Skip to content

Latest commit

 

History

History
126 lines (109 loc) · 4.09 KB

CHANGELOG.md

File metadata and controls

126 lines (109 loc) · 4.09 KB

1.7.4 (2023-03-29)

Build System / Dependencies
  • update build version to 1.7.4 (aa095488)
  • update build version to 1.7.3 (335626e9)
  • update build version (50a63329)
  • ignore benchmark files (705e5be4)
  • decrement version to correct v (cbdf97fc)
  • update build version (d592b0bc)
  • update build version (07cd6a1b)
  • ignore unwanted files for being compiled (e6c905c3)
  • install rimraf, create script to pipe benchmark results to README (0e08cebe)
  • update build version (c9f77b42)
  • update build version (776471e1)
  • update build version (beee7856)
  • update build version (cd604448)
  • update build version (7dcc772d)
  • update build version (c547f167)
  • update build version (4f6ce642)
  • update build version (6874aaf8)
  • update build version (23dae5d6)
  • update build version (3af8858f)
  • update build version (c8993951)
  • update build version (11ce14fc)
  • update build version (70979ec1)
  • update build version (7c83e6e4)
  • update build version (a28574a9)
  • add build scripts (aebba7fe)
  • update compiler config (94f3f07a)
Chores
  • sync w/ origin (404f47b7)
  • ignore benchmark files from npm (8c72f8bc)
  • better guidelines (2fc50d93)
  • adopted Contributor Covenant guidelines (c867fd1c)
  • remove comments from tsconfig (14238078)
  • remove issue templates (51aca18c)
  • add manual testing config (f5ea6588)
  • sync with origin (9f0daa3c)
  • update git repo url (e4b619d2)
  • add license field to package.json (9354271a)
  • add license (0f7c57dd)
  • deps:
    • install grunt deps (315ecfd9)
    • install benchmark as dev dep (362f060f)
    • install benchmark (ac9ee161)
  • git:
    • ignore unwanted files (19c34234)
    • resolve conflict (eaf0646a)
Documentation Changes
  • benchmark: v1.7.4 (b204f605)
  • v1.6.0 (007f3afd)
  • v1.5.15 (3b6a051e)
  • v1.5.3 (2af26a43)
  • fix render (1a8d563f)
  • update homepage url (f5549d22)
  • create changelog.md (34538be2)
  • add documentation url to package.json (6d100310)
  • add bug report and feature request issue templates (ee25e188)
  • add security.md (f4f11295)
  • create changelog.md (2deb9ca4)
  • update example object (5e528c06)
  • update function specs (3de798f9)
  • add status badges (e5f0a1bc)
  • added coc and contr guidelines (79c80f8d)
  • add jsdoc comments (66ae38d9)
  • add jsdoc generated using chatgpt (abf4e04e)
  • add todo (a99fc77b)
New Features
  • grunt task runner (38fdf951)
  • setup grunt (9b7992f3)
  • create script to benchmark the function (2ab1df88)
  • add keywords (59d47749)
  • optimzed the function a little (6f7919cf)
  • add isFunction util function, enhance search function (912de4ff)
  • add support for regex query in search function (4dc8dc68)
  • add support for callback function as query in search function (b94a4d23)
Bug Fixes
  • readme ui render issues (e584266b)
  • readme ui render issues (c9065e9a)
  • add missing test script command to package.json (e9e4e68d)
  • missing imports (80cbecc0)
  • update paths (37e36691)
Other Changes
  • fix changelog workflow (dd8e2caf)
  • grunt integration in publish workflow (#20) (d0b79056)
  • remove node@14 from version matrix (34a4160c)
  • add force flag to npm publish script (5de1ca12)
  • clean and remove unwanted script runs (c87b4a1d)
  • automate changelog creation (013d4969)
  • generate changelog on new release (7c734720)
  • //github.com//issues/13) (0c517b1b)
  • update node version matrix (9b0991fd)
  • update node version matrix (62d4eb5c)
  • add test script (bd05b584)
  • add step to run tests in publish pipeline (6fe975ab)
  • add more tests (269ed5a2)
  • add more tests (bff24a0a)
  • update build version (7eb1f9fb)
  • add build script to pipeline (82bdf262)
  • add npmignore file (29ed5e50)
  • add build command to workflow (3e5d0708)
  • update package details (1244df4e)
  • update pre-publish installation hook (410e5a26)
  • npm-publish: conslidate jobs into one (a74f028f)
Refactors
  • only exporting the main functions (e98b13fa)
  • ignore test and include dist (e3fef2f2)
Tests
  • refactor test to match updated search function parameters (439395d7)
  • remove tests for internal functions (e44ce150)