1
0
mirror of https://github.com/Luzifer/wasm-openssl.git synced 2024-09-18 23:42:57 +00:00
wasm-openssl/History.md

28 lines
609 B
Markdown
Raw Permalink Normal View History

2021-09-07 16:28:52 +00:00
# 0.5.0 / 2021-09-07
* Update to Go1.17, update go-openssl
* Auto-publish releases
2020-06-13 14:32:54 +00:00
# 0.4.0 / 2020-06-13
* Update example / demo for new API
* Extend API for the user to configure key derivation
* Upgrade to go-openssl v4
2019-08-24 15:21:50 +00:00
# 0.3.0 / 2019-08-24
* Add some frontend for testing instead of hardcoded console
* Migrate to Go1.12 & go-openssl.v3
* Switch vendoring to go modules
2018-09-18 17:25:06 +00:00
# 0.2.0 / 2018-09-18
* Prefix functions to prevent collisions
2018-09-18 17:02:48 +00:00
# 0.1.1 / 2018-09-18
* Fix: If opensslLoaded function is undefined don't call it
2018-09-18 16:53:27 +00:00
# 0.1.0 / 2018-09-18
2021-09-07 16:28:52 +00:00
* Initial release of WASM implementation