Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' into v0.21-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Oct 12, 2021
2 parents d075a95 + d898f71 commit 4d5c5b8
Show file tree
Hide file tree
Showing 2 changed files with 2,945 additions and 3,746 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [0.21.0](https://github.com/dashevo/js-dpp/compare/v0.20.0...v0.21.0) (2021-10-12)
# [0.21.0](https://github.com/dashevo/js-dpp/compare/v0.20.1...v0.21.0) (2021-10-12)


### Features
Expand All @@ -24,6 +24,15 @@



## [0.20.1](https://github.com/dashevo/js-dpp/compare/v0.20.0...v0.20.1) (2021-07-14)


### Features

* remove verify SML flag triggers ([#324](https://github.com/dashevo/js-dpp/issues/324))



# [0.20.0](https://github.com/dashevo/js-dpp/compare/v0.19.2...v0.20.0) (2021-07-08)


Expand All @@ -45,6 +54,7 @@
* `definitions` is now defined using `$defs` keyword
* JSON Schema strict validation is enabled. Previous contract schemas invalid in case they are not respecting strict mode constraints (reference [this link](https://ajv.js.org/strict-mode.html) for more information)
* usage of `if`, `then`, `else`, `allOf`, `anyOf`, `oneOf`, `patternProperties` in document properties is prohibited
* `.initialize()` must be called before using DashPlatformProtocol



Expand Down
Loading

0 comments on commit 4d5c5b8

Please sign in to comment.