Skip to content

Releases: jillesvangurp/json-dsl

misc build and dependency updates

28 Oct 08:30
Compare
Choose a tag to compare
  • update dependencies
  • fix jvm target
  • fix ios simulator target

Wasm support

11 May 07:39
Compare
Choose a tag to compare

Now that kotest has released, we can add wasm support finally.

No wasmWasi support yet though.

Change groupid

16 Mar 14:59
Compare
Choose a tag to compare

This version is functionally identical to 1.1.

So, why the major jump to 3.0?

JsonDsl used to be a part of my kt-search project where it was released under the 2.x release. After extracting it, I foolishly changed the group id to com.github.jillesvangurp and released it as a 1.x release. This turned out to be confusing and after chasing some classpath issues resulting from having both 2.x and 1.x on the classpath with different group ids but identical package and classnames, I decided to fix it.

So 3.0 fixes that and is clearly newer than 2.x or 1.x. Sorry for the confusion.

1.1.0

17 Feb 14:47
Compare
Choose a tag to compare
  • Adds YAML support so you can now also drive YAML DSLs with this library.
  • Support sequences and iterators

1.0 release

17 Feb 11:26
Compare
Choose a tag to compare

This project was part of kt-search before this release. Relative to that there have been a few minor fixes. Additionally, I added lots of documentation.