zh-converter
Version:
Conversion Simplified Chinese <-> Traditional Chinese.
69 lines (52 loc) • 5.5 kB
Markdown
# Changelog
## [v1.1.4](https://github.com/a26007565/zh-converter/compare/v1.1.4...v1.1.4) - 2019-07-31
### Commits
- Add CHANGELOG.md [`b5415d9`](https://github.com/a26007565/zh-converter/commit/b5415d97a75781b58e39eeb5c583cfa2ee0af452)
- Revert test resource [`ac63fc1`](https://github.com/a26007565/zh-converter/commit/ac63fc12ab9a69b9182c9af42a27aafc1fe115dd)
- Update README [`f834c4c`](https://github.com/a26007565/zh-converter/commit/f834c4cb871d89e3e1fe8b057b985a49c8d1745a)
## [v1.1.3](https://github.com/a26007565/zh-converter/compare/v1.1.1...v1.1.3) - 2019-07-31
### Merged
- Update dependency handlebars to v4.1.2 [`#7`](https://github.com/a26007565/zh-converter/pull/7)
- Update dependency lodash to v4.17.15 [`#8`](https://github.com/a26007565/zh-converter/pull/8)
- Pin dependencies [`#2`](https://github.com/a26007565/zh-converter/pull/2)
- Configure Renovate [`#1`](https://github.com/a26007565/zh-converter/pull/1)
### Commits
- auto release [`e254c84`](https://github.com/a26007565/zh-converter/commit/e254c842f19b34a3a8758eeaef80b1baab35ee0c)
- mochajs degrade [`ffba3c5`](https://github.com/a26007565/zh-converter/commit/ffba3c51b349270ee7324c3ba50b05896bf573ac)
- Update dependency mocha to v6 [`eacdef6`](https://github.com/a26007565/zh-converter/commit/eacdef60d0a875744b02affbf5c6902f9c06d959)
- Update libs [`63843c8`](https://github.com/a26007565/zh-converter/commit/63843c8b78896852e06626731f7f9c619257efe2)
- Fix Security [`81cf312`](https://github.com/a26007565/zh-converter/commit/81cf312e5db99f32c53db18f5fa81e9a10848b39)
- Release v1.1.3 [`94d104a`](https://github.com/a26007565/zh-converter/commit/94d104a26ad16b4bd3eddd5baab238358f815ff8)
- Update README [`ac93511`](https://github.com/a26007565/zh-converter/commit/ac93511d8b7585a306c69cb84447ad3368451442)
- Add renovate.json [`367cfad`](https://github.com/a26007565/zh-converter/commit/367cfad35b74e5056dfbdbabcd6d9395ba0344b2)
- Remove Lodash [`98732d9`](https://github.com/a26007565/zh-converter/commit/98732d94b98ad13f8976e3d0e47c32387e6443d4)
- Update renovate.json [`15c3998`](https://github.com/a26007565/zh-converter/commit/15c3998a15e12ff2696a85a59fd90f0f1c9532b3)
- README add [BCH compliance] [`34f3475`](https://github.com/a26007565/zh-converter/commit/34f3475a302cedd4103f33196158659ad754a6c9)
- Remove redundant line [`24a0fdb`](https://github.com/a26007565/zh-converter/commit/24a0fdb2e4754db541fba5dc3a2a8baf4eee30b3)
## [v1.1.1](https://github.com/a26007565/zh-converter/compare/v1.0.3...v1.1.1) - 2018-08-05
### Merged
- Resolve "code coverage" [`#3`](https://github.com/a26007565/zh-converter/pull/3)
- Resolve "add ci" [`#1`](https://github.com/a26007565/zh-converter/pull/1)
### Commits
- Add code coverage: istanbul [`9adec23`](https://github.com/a26007565/zh-converter/commit/9adec23d43c98b39a00a02569bf3fc9ae2a75fe2)
- Complement unit test [`8dfc271`](https://github.com/a26007565/zh-converter/commit/8dfc2711f8d62934dde2d180bb07db27dcd13407)
- Usage commander.js to parse command [`149f2f2`](https://github.com/a26007565/zh-converter/commit/149f2f2e0623227daf90932a36e69dc2660b32fb)
- Update README [`5ee3a20`](https://github.com/a26007565/zh-converter/commit/5ee3a20905d4c3acfe37c66b48a3fec7bf85f7ca)
- Add filter feature [`16de8c6`](https://github.com/a26007565/zh-converter/commit/16de8c6a05123b5c0bff696b8ca14b4e1b2d7dcb)
- Add ci script [`83764ce`](https://github.com/a26007565/zh-converter/commit/83764ce427e19f1c1cb7e4b90a77c678a5f7c170)
- Add .gitlab-ci.yml [`da75845`](https://github.com/a26007565/zh-converter/commit/da75845a09e8802392e932c15db6f784873a1d0a)
- Update README: command options [`022ab44`](https://github.com/a26007565/zh-converter/commit/022ab44c00647441d248df6c7d2e5b11ccac776d)
- Improve get extension name [`79ea716`](https://github.com/a26007565/zh-converter/commit/79ea716ad85c35b8c05b83d3111808df547afe41)
- Fix Timeout of 2000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. [`630b8c6`](https://github.com/a26007565/zh-converter/commit/630b8c60bd209622189b57d23a438a2884af450c)
- Fix undefined [`0d3070c`](https://github.com/a26007565/zh-converter/commit/0d3070cb6599933954d086e2eb23066ec7dc22ba)
- Add coverage Badge [`dfac81b`](https://github.com/a26007565/zh-converter/commit/dfac81b51db2dd0e2e476ffd2fb8eed319f2ce46)
## v1.0.3 - 2018-08-01
### Commits
- Add Test and Refactor [`c7a333e`](https://github.com/a26007565/zh-converter/commit/c7a333e175666d7aa6c52ffe4d9a734fdc633d90)
- Initial commit [`c7174a1`](https://github.com/a26007565/zh-converter/commit/c7174a12d884122be8b6b19d063211ee6ab6e5ef)
- Update .gitignore [`2f2e755`](https://github.com/a26007565/zh-converter/commit/2f2e75578e6712476e42fa53e9d3fab9f35e86ff)
- Add command help and using async func [`09e596d`](https://github.com/a26007565/zh-converter/commit/09e596d770083f200111fdbcf677a814d0fdfacf)
- add lib: chinese-conv, index.js, package [`c403e73`](https://github.com/a26007565/zh-converter/commit/c403e736843a7817c6d9d9e7af539280f16aeacb)
- Add .vscode [`18ad3f7`](https://github.com/a26007565/zh-converter/commit/18ad3f70b68e0b962fea3b2ce09590a4fc363671)
- Add command arg: path [`0a9b088`](https://github.com/a26007565/zh-converter/commit/0a9b088960980a3244c0bd17dc567b0e7e7cf6bd)
- Fix syntax error near unexpected token `(' [`2750518`](https://github.com/a26007565/zh-converter/commit/2750518ccf8fdaae7da163711bbe773314c8c7a9)