All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.0.2 (2023-01-09)
- added unnecessary files in npmignore, removed install size & added unlicense (f58de95)
- ci: run on node version >=10 (a323888)
- cd removed workflow description (2d60195)
1.0.1 (2023-01-09)
- ci changes (16238ad)
- improved test with new method (36289da)
1.0.0 (2023-01-09)
- readme (290c486)
- added config files (f47a959)
- adding dependencies (61a4be0)
- codes function to return status & error code (0b0dbfa)
- config validations file (b8e6771)
- initialize project (4e8ac11)
- initialize via data object (d699ea3)
- making package dependency free & adding .npmignore (13d7780)
- making sure 2nd level array values are all unique (c39e6cb)
- map should only contain errCode without statusCode (2333e91)
- mapping class (aea0cc2)
- mapping values (c7d72db)
- module init function (bd52dd9)
- new way for parsing object to map (36256d8)
- remove init function & added initError as main export (cc1f989)
- return any from keys() + also added standard-version scripts/file (6adcf0f)
- return key/value & map (aba9551)
- support for object in keys (e9d0f77)
- throw error for custom code > 1000 or NaN (789c908)
- adding test in src (31ec107)
- -ve tests for default map/keys (945ddbb)
- +/-ve test with different file name + extra codes (658c119)
- +/-ve test with extra codes (93adb45)
- added first basic test (67fdad2)
- for keys and map fn (c69af22)
- invalid test cases (7092af0)
- working nyc & mocha (9ec5f41)
- add ci job for master branch & pull request (7f9ac87)
- added github actions in workflows dir (bcae1bd)
- branch issue fix in actions (841b6ff)
- cd npm publish (a41cad1)
- ci-cd github action (655b95b)
- fix 2 of ci-cd action (1e0b245)
- fix 3 of ci-cd action (98af05e)
- fix 4 of ci-cd action (03cf29a)
- fix of ci-cd action (d6fcbf4)
- fix test action (80fd368)
- removing if condition with yarn install (cd9b88b)
- removing invalid key from test action (7b992f0)
- test action for all branches except master (67ef362)