You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add `fallback: 'ignore'` option in `Encoding.convert`. ([#41](https://github.com/polygonplanet/encoding.js/pull/41)) Thanks [@syumai](https://github.com/syumai)
10
+
* Add `fallback: 'error'` option in `Encoding.convert`. ([#44](https://github.com/polygonplanet/encoding.js/pull/44))
11
+
12
+
### Maintenance
13
+
14
+
* Update devDependencies (`mocha`) to the latest versions. ([a7bded8](https://github.com/polygonplanet/encoding.js/commit/a7bded8ec7cc4db6ab1702b850560c5dd3ee3206))
15
+
16
+
### Documentation
17
+
18
+
* Update `fallback` option of `convert` in README.md ([2a522ea](https://github.com/polygonplanet/encoding.js/commit/2a522ea07c651b2dceae5e97fdc4756bc22bfd3f))
@@ -33,8 +48,8 @@ All notable changes to this project will be documented in this file.
33
48
34
49
### Features
35
50
51
+
* Add `fallback` option to `Encoding.convert`. ([5622bfa](https://github.com/polygonplanet/encoding.js/commit/5622bfa4b2ee3981d664315b743094fcfd4d01a0)) Thanks [#23](https://github.com/polygonplanet/encoding.js/pull/23) by [@tohutohu](https://github.com/tohutohu), [fallback types](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/59656) by [@p-chan](https://github.com/p-chan)
0 commit comments