Releases: jillesvangurp/json-dsl
misc build and dependency updates
- update dependencies
- fix jvm target
- fix ios simulator target
Wasm support
Now that kotest has released, we can add wasm support finally.
No wasmWasi support yet though.
Change groupid
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
- Adds YAML support so you can now also drive YAML DSLs with this library.
- Support sequences and iterators
1.0 release
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.