31 lines
925 B
Markdown
31 lines
925 B
Markdown
|
# CHANGELOG
|
||
|
|
||
|
## version 8.0.2 (2018-08-03)
|
||
|
- compatible with IE6+
|
||
|
- iife UMD
|
||
|
|
||
|
## version 8.0.0 (2018-07-29)
|
||
|
- compatible with IE8+
|
||
|
- index.js renamed to *endianness.js*.
|
||
|
- *endianness.js* and *endianness.umd.js* are the only dist files.
|
||
|
- Fix TypeScript declaration and add tests to avoid breaking in future releases
|
||
|
|
||
|
## version 7.0.3 (2018-07-09)
|
||
|
- Fix: UMD dist transpiled to ES5
|
||
|
|
||
|
## version 7.0.2 (2018-07-06)
|
||
|
- Fix: make 'offset' param not optional in index.d.ts
|
||
|
|
||
|
## version 7.0.1 (2018-07-03)
|
||
|
- Smaller browser dist file (312 bytes)
|
||
|
- Add TypeScript declaration file
|
||
|
- Add Closure Compiler externs file
|
||
|
|
||
|
## version 7.0.0 (2018-06-25)
|
||
|
- Allow better use of this lib as a dependency:
|
||
|
- package.json refactored with bundlers and ES6 envs in mind
|
||
|
- endianness() as the default export
|
||
|
|
||
|
## version 6.0.0 (2018-06-21)
|
||
|
- **endianness** as a ES6 module
|
||
|
- Option to swap only a slice of the buffer
|