Skip to content

Releases: ngs-doo/dsl-compiler-client

DSL command line client v.1.6.2

02 May 12:07
Compare
Choose a tag to compare
  • Version info fix. Display correct version
  • Use bold default instead of bold white color for questions
  • Probe for Mono in alternative location
  • Retry executing failed Mono command
  • Update to latest pgjdbc

DSL command line client v.1.6.1

08 Apr 10:46
Compare
Choose a tag to compare
  • DSL compiler server mode improvements
  • latest libraries version check/download
  • source-only settings bugfix
  • Knockout target

DSL command line client v.1.6.0

29 Feb 15:13
Compare
Choose a tag to compare
  • DSL compiler server mode support
  • Postgres hanging bugfix
  • latest compiler version check/download
  • lazy load warning option
  • connection string parse bugfix

DSL command line client v.1.5.0

08 Nov 10:19
Compare
Choose a tag to compare

Removed online compilation.
Program now exits via System.exit.
Better javac/jar detection and exit code handling.
Added Revenj.Java/Spring, Oracle Scala targets.
Added Java & Android JSON targets.
Support for external JSON.
Added the source-only setting.

DSL command line client v.1.4.0

19 Aug 11:33
Compare
Choose a tag to compare

Added Revenj.java and Oracle support (32/64 bit).
Jar locking on Windows fixed.

New settings:
"jackson" - uses jackson annotations
"no-prepare-execute" - Don't use PREPARE/EXECUTE statements in Postgres
"minimal-serialization" - omit default values

Some breaking changes in settings.

DSL command line client v.1.3.1

28 May 07:48
Compare
Choose a tag to compare

Added version argument.
Fixed invoke of apply via migration task.
Some tweaks and bugfixes.

DSL command line client v.1.2.1

08 Apr 10:11
Compare
Choose a tag to compare

DSL-CLC now supports plugins via ServiceLoader.
Removed include-sources - to be implemented in a separate plugin which features formatting.

Fixed zip unpacking and temporary folder management.

Added C# POCO target.
Added UTC option.

DSL command line client v.1.2.0

18 Jan 15:24
Compare
Choose a tag to compare

Offline compiler support. Client can now interact with .NET dsl-compiler.exe app to provide all features (except WPF for now) available with online service.

  • download and interact with DSL Platform compiler
  • stream reading bugfix. Wait for reading to finish before closing threads

DSL command line client v.1.1.0

03 Nov 18:09
Compare
Choose a tag to compare

WPF support, file lock issue fixes.

  • Improved file handling: Properly flush all downloaded streams, added retrying to avoid OS locks.
  • DSL integrated with .NET WPF library
  • Improved Maven and Scala support on Windows

DSL command line client v.1.0.1

01 Oct 09:37
Compare
Choose a tag to compare

Improved database version detection.