Files
lsp/node_modules/assert/CHANGELOG.md
Arnaud Nelissen 3af7ddab06 Initial commit
2021-11-17 11:25:08 +01:00

15 lines
532 B
Markdown

# assert change log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## 2.0.0
* Sync with Node.js master. ([@lukechilds](https://github.com/lukechilds) in [#44](https://github.com/browserify/commonjs-assert/pull/44))
**Note:** Support for IE9 and IE10 has been dropped. IE11 is still supported.
## 1.5.0
* Add strict mode APIs. ([@lukechilds](https://github.com/lukechilds) in [#41](https://github.com/browserify/commonjs-assert/pull/41))