Skip to content

Releases: freon4dsl/Freon4dsl

Fixed many imports, unit renaming

03 Dec 11:09

Choose a tag to compare

This release is done to clean up code and set tsconfig setting that include the source.

What's Changed

Full Changelog: v2.0.0...v2.0.1

Version 2.0.0

25 Nov 20:01

Choose a tag to compare

What's Changed

Major changes

  • Scoper has been completely rewritten.

  • SMUI webapp has been replaced by a Flowbite wepapp

  • Fewer restrictions on the names used for model units, almost any character is allowed.

  • References are updated automatically when a name of the referred node is changed

  • Made everything even more stylable by CSS

  • Dropdown menus react to characters being typed in a case-insensitive manner

  • A multi-line textbox has been added

  • Aligned syntax in the definitions files

  • Renaming of boxes for external components

  • Changed the optionality of primitive properties

New Versions of External Tools

Bug fixes

Miscellaneous

New Contributors

Full Changelog: v1.0.0...v2.0.0

Release 1.1.0-beta.3

15 May 11:56
5546fbe

Choose a tag to compare

Release 1.1.0-beta.3 Pre-release
Pre-release

This release:

  • moves from Svelte 4 to Svelte 5.
  • much, much better hot reloading of the web-app when developing a language.
  • first draft of a new, improved, web-app, based on the flowbite library.
  • has a supporting plugin for IDE supper: code completion, syntax highlighting, refactoring, etc. are all possible now with a plugin for IntelliJ based platforms like WebStorm and with VS Code.

Release 1.0.0

31 Jan 18:49

Choose a tag to compare

This is the first release that is actually used in a commercial product, see documentation for more information.

Large new features in this release:

  • Much more flexibility in defining editors in the editor language.
  • Allow external Svelte components to be used in the editor.
  • A new interpreter framework.
  • A simple command line interface.
  • LionWeb integration.

And many smaller improvements especially in the area of making editing more smoothly.