@json-schema-tools/transpiler
Advanced tools
Comparing version 1.8.0 to 1.8.1
@@ -288,3 +288,3 @@ "use strict"; | ||
macros: [ | ||
"#[derive(Serialize, Deserialize, Clone, Debug, Eq, PartialEq)]", | ||
"#[derive(Serialize, Deserialize, Clone, Debug, PartialEq)]", | ||
"#[serde(untagged)]" | ||
@@ -291,0 +291,0 @@ ].join("\n"), |
@@ -0,1 +1,8 @@ | ||
## [1.8.1](https://github.com/json-schema-tools/transpiler/compare/1.8.0...1.8.1) (2021-06-15) | ||
### Bug Fixes | ||
* non literal enum should not derive eq ([b86f15c](https://github.com/json-schema-tools/transpiler/commit/b86f15ce00e782e667c0ab1196407ca9cf9cfad9)), closes [#384](https://github.com/json-schema-tools/transpiler/issues/384) | ||
# [1.8.0](https://github.com/json-schema-tools/transpiler/compare/1.7.6...1.8.0) (2021-06-11) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@json-schema-tools/transpiler", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"description": "Turn your json schema into typings for various languages. Achieve master class dev tooling.", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
124562