## 1.2.6 **2021-02-08** - [Fix a type error](https://github.com/entronad/crypto-es/issues/12). ## 1.2.6 **2020-08-01** - [Fix a type error](https://github.com/entronad/crypto-es/pull/8). ## 1.2.5 **2020-05-19** - Improve some param types in index.d.ts. ## 1.2.4 **2020-04-04** - Add change logs link to readme. ## 1.2.3 **2020-04-04** - Impliment [this PR](https://github.com/brix/crypto-js/pull/211) of CryptoJS, witch is about TripleDES key. - We will not use secure random like CryptoJS for now, for it has some issues. - Change Cyphers' keySize and ivSize to static properties to Fix some issues. - Fix some issues in type file. ## 1.2.2 **2020-02-21** - Fix guides for TypeScript usage. ## 1.2.1 **2020-01-23** - Add guides for TypeScript usage. ## 1.2.0 **2020-01-09** - Add types for TypeScript usage. - Update license to 2020. ## 1.1.1 **2019-07-15** - Remove loader.mjs, insead using package.json type field for ECMAScript Modules. - Update README.md. ## 1.1.0 **2019-07-12** - Add support for ArrayBuffer and TypedArray. - Change some inner object names in case of confusion for partially import. ## 1.0.2 **2019-01-20** - Update README.md. ## 1.0.1 **2019-01-19** - Add keywords. ## 1.0.0 **2019-01-19** - Initial version. - Impliment all CryptoJS APIs.