Current section
Files
Jump to
Current section
Files
polyjuice_util
CHANGELOG.md
CHANGELOG.md
0.2.0
=====
Breaking changes:
* The `Polyjuice.Util.Event` module has been renamed to
`Polyjuice.Util.RoomVersion`, as it provides more functions than just
event-related functions.
Features:
* Add error modules. (Thanks to Nico)
* Add randomizer. (Thanks to Nico)
* Add function for computing content hash for JSON objects. (Thanks to Nico)
* Add modules for handling identifiers. (Thanks to Nico)
* Add function to create a verify key using the algorithm given in the key ID.
* Add functions for checking room permissions and event authorization.
Deprecated:
* `Polyjuice.Util.JSON.verify/3` has been deprecated;
`Polyjuice.Util.JSON.signed?/3` should be used instead
Fixes:
* Fix redaction of events with no type.
0.1.0
=====
Initial release