1
0
This repository has been archived on 2025-03-06. You can view files and clone it, but cannot push or open issues or pull requests.
language-mzn/CHANGELOG.md

1.8 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.8.0 - 2017-11-17

Removed

  • Moved the linting functionality into a seperate package, linter-mzn. With eyes to the future and possibility for a full MiniZinc Suite in Atom.

0.7.0

Changed

  • Create seperate definitions for FlatZinc + Output models and DZN files.

Fixed

  • Fixes linting error when opening DZN files

0.6.1

Changed

  • Change the repository URL

0.6.0

Changed

  • Upgrade to Linter API v2

0.5.0

Added

  • The linter now indicates the right column if indicated by mzn2fzn

0.4.1

Changed

  • Enables the user to disable linting in the package settings

Fixed

  • Fixes problem in highlighting of numerical constants

0.4.0

Added

0.3.2

Fixed

  • Removes some duplicate syntax
  • Fixes the highlighting of numerical constants

0.3.1

Fixed

  • Removes an tab in the forall snippet.

0.3.0

Added

  • Adds function colouring to all predicates documented in the 2.0 documentation.
  • Adds indentation rules for parentheses

Changed

  • Removes newlines from snippets (just press enter, the indentation rules will do the rest)

0.2.0

Added

  • Adds snippets for basic MZN functionalities
  • Adds snippets for possible solve statements

0.1.1

Fixed

  • Adds syntax highlighting for the endif keyword

0.1.0

Added

  • Basic syntax highlighting