blob: 807626d6c4d2f6dc7f127e959a9fc6a0f11e59f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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))
|