Skip to content

Latest commit

 

History

History
96 lines (61 loc) · 6.59 KB

CHANGELOG.md

File metadata and controls

96 lines (61 loc) · 6.59 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.2 (2023-01-09)

Bug Fixes

  • added unnecessary files in npmignore, removed install size & added unlicense (f58de95)

Tests

  • ci: run on node version >=10 (a323888)

Continuous Integration

  • cd removed workflow description (2d60195)

1.0.1 (2023-01-09)

Continuous Integration

Tests

  • improved test with new method (36289da)

1.0.0 (2023-01-09)

Documentation

0.10.0 (2023-01-09)

Features

  • 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)

Code Refactoring

Tests

  • -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)

Continuous Integration

  • 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)