Releases: ngs-doo/dsl-compiler-client
DSL command line client v.1.6.2
- 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
- DSL compiler server mode improvements
- latest libraries version check/download
- source-only settings bugfix
- Knockout target
DSL command line client v.1.6.0
- 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
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
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
Added version argument.
Fixed invoke of apply via migration task.
Some tweaks and bugfixes.
DSL command line client v.1.2.1
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
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
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
Improved database version detection.