Skip to content

Releases: nevware21/ts-utils

0.9.1

24 Mar 07:02
15e9f40
Compare
Choose a tag to compare

Changelog

  • #158 Migrate get/set value by key and strSplit
  • #159 [Packaging] The single module file is causing some packagere issues

What's Changed

  • Migrate get/set value by key and strSplit by @nev21 in #158
  • [Packaging] The single module file is causing some packagere issues #159 by @nev21 in #160
  • [Release] Increase version to 0.9.1 by @nev21 in #161

Full Changelog: 0.9.0...0.9.1

0.9.0

16 Mar 06:34
04edd7a
Compare
Choose a tag to compare

Changelog

  • #153 chore: Migrate encoding and conversion functions
    • strLetterCase(); strCamelCase(); strKebabCase(); strSnakeCase(); strUpper(); strLower();
    • encodeAsJson(); encodeAsHtml(); normalizeJsName();
  • #154 Minor enhancements for perf and minification and additional examples
  • #155 Add strIncludes, strContains
    • strContains(); strIncludes();

What's Changed

  • chore: Migrate encoding and conversion functions by @nev21 in #153
  • Minor enhancements for perf and minification and additional examples by @nev21 in #154
  • Add strIncludes, strContains by @nev21 in #155
  • [Release] Increase version to 0.9.0 by @nev21 in #156

Full Changelog: 0.8.1...0.9.0

0.8.1

02 Mar 09:36
9054280
Compare
Choose a tag to compare

Changelog

  • #148 (Priotity 1) [Bug] Creating more than 1 createCustomError() overwrites the "name" of the error.
    • Issue was causing the Error class name to be reassigned to the last created Custom Error, if no custom error was created (including the UnsupportedError) then the Error class was unaffected
  • #146 [Feature] Add an enabled / running flag to the timers to enable checking current state

What's Changed

  • [Feature] Add an enabled / running flag to the timers to enable checking current state #146 by @nev21 in #147
  • [Bug] Creating more than 1 createCustomError() overwrites the "name" of the error. #148 by @nev21 in #149
  • [Release] Increase version to 0.8.1 by @nev21 in #150

Full Changelog: 0.8.0...0.8.1

0.8.0

22 Feb 06:49
7ca9036
Compare
Choose a tag to compare

Changelog

  • #143 Add additional Array functions and update to support ArrayLike objects
    • new Functions: arrEvery, arrFilter, arrFind, arrFindIndex, arrFindLast, arrFindLastIndex, arrIncludes, arrContains, arrLastIndexOf, arrSome
    • Updated examples and added tests for Array like
    • some polyfill versions also added

What's Changed

  • Update SECURITY.md by @nev21 in #144
  • Add additional Array functions and update to support ArrayLike objects by @nev21 in #143
  • [Release] Increase version to 0.8.0 by @nev21 in #145

Full Changelog: 0.7.3...0.8.0

0.7.3

18 Feb 06:13
770c363
Compare
Choose a tag to compare

Changelog

  • #141 Update packaging to create single rollup resources
    • Create single module export
    • Include comments in the d.ts

What's Changed

  • Update packaging to create single rollup resources by @nev21 in #141
  • [Release] Increase version to 0.7.3 by @nev21 in #142

Full Changelog: 0.7.2...0.7.3

0.7.2

06 Feb 06:35
85b9820
Compare
Choose a tag to compare

Changelog

  • #139 Apply additional minification for enum, dumpObj, timers

What's Changed

  • Apply additional minification for enum, dumpObj, timers by @nev21 in #139
  • [Release] Increase version to 0.7.2 by @nev21 in #140

Full Changelog: 0.7.1...0.7.2

0.7.1

05 Feb 03:55
78c7aa7
Compare
Choose a tag to compare

Changelog

  • #134 Update build link
  • #135 Update to use root LICENSE and README.md in the npm published package
  • #136 chore: Update coverage reporting to include worker test run

What's Changed

  • Update build link by @nev21 in #134
  • Update to use root LICENSE and README.md in the npm published package by @nev21 in #135
  • chore: Update coverage reporting to include worker test run by @nev21 in #136
  • [Release] Increase version to 0.7.1 by @nev21 in #137
  • Add .npmignore for release by @nev21 in #138

Full Changelog: 07.0...0.7.1

0.7.0

13 Jan 07:12
d829cef
Compare
Choose a tag to compare

Changelog

  • #124 [Request] Add/expose additional NodeJS.Timer functions to the timer implementations
  • #132 Add "esnext" (es6) to package.json and available pre-bundle packages
  • #121 Bump sinon from 14.0.2 to 15.0.0
  • #123 Bump karma-spec-reporter from 0.0.34 to 0.0.35
  • #125 Bump karma-spec-reporter from 0.0.35 to 0.0.36
  • #127 Bump @rollup/plugin-json from 5.0.2 to 6.0.0
  • #126 Bump @rollup/plugin-commonjs from 23.0.7 to 24.0.0
  • #130 Bump @rollup/plugin-typescript from 10.0.1 to 11.0.0

What's Changed

  • Bump sinon from 14.0.2 to 15.0.0 by @dependabot in #121
  • Bump karma-spec-reporter from 0.0.34 to 0.0.35 by @dependabot in #123
  • Bump karma-spec-reporter from 0.0.35 to 0.0.36 by @dependabot in #125
  • Bump @rollup/plugin-json from 5.0.2 to 6.0.0 by @dependabot in #127
  • Bump @rollup/plugin-commonjs from 23.0.7 to 24.0.0 by @dependabot in #126
  • Add/expose additional NodeJS.Timer functions to the timer implementat… by @nev21 in #128
  • Bump @rollup/plugin-typescript from 9.0.2 to 10.0.1 by @nev21 in #129
  • Bump @rollup/plugin-typescript from 10.0.1 to 11.0.0 by @dependabot in #130
  • Add "esnext" (es6) to package.json and available pre-bundle packages by @nev21 in #132
  • [Release] Increase version to 0.7.0 by @nev21 in #133

Full Changelog: 0.6.0...07.0

0.6.0

28 Nov 08:02
8dedc05
Compare
Choose a tag to compare

Changelog

  • #115 Add optional enumerable argument to objDefineGet and objDefineAccessors
  • #116 Bump rollup from 2.79.1 to 3.3.0
  • #117 Add objDefine, objDefineProperties and objDefineProps
  • #118 Update package.json and docs for release

What's Changed

  • Add optional enumerable argument to objDefineGet and objDefineAccessors by @nev21 in #115
  • Bump rollup from 2.79.1 to 3.3.0 by @nev21 in #116
  • Add objDefine, objDefineProperties and objDefineProps by @nev21 in #117
  • [Release] Increase version to 0.6.0 by @nev21 in #119

Full Changelog: 0.5.0...0.6.0

0.5.0

18 Oct 19:32
a2881f3
Compare
Choose a tag to compare

Changelog

  • #110 [Test Hook] Need the ability to clear the new lazy cache values for environment values
    • Introduces the ability to cause lazy implmentations to bypass cached values
    • Moved the location of the polyfill global symbol registry

What's Changed

  • [Test Hook] Need the ability to clear the new lazy cache values for environment values #110 by @MSNev in #111
  • [Release] Increase version to 0.5.0 by @nev21 in #113

Full Changelog: 0.4.6...0.5.0