Skip to content

Releases: nevware21/ts-utils

0.11.6

13 Dec 17:43
31d5db1
Compare
Choose a tag to compare

Fixed Issues

  • #350 [doc] TSDoc Error During Build

What's Changed

Full Changelog: 0.11.5...0.11.6

0.11.5

24 Oct 06:42
79bc04e
Compare
Choose a tag to compare

Changelog

  • #324 [Doc] Auto deploy docs and remove from repo
  • #325 chore: Auto deploy docs
  • #326 Update auto-docs generation
  • #328 Bump @rollup/plugin-typescript from 11.1.6 to 12.1.0
  • #327 Typedoc: rename workflow
  • #330 Bump @rollup/plugin-commonjs from 26.0.3 to 28.0.0
  • #331 Bump puppeteer from 22.15.0 to 23.4.0
  • #333 [Bug] Glob is missing from the dev dependencies -- unable to build a clean repo
  • #332 [BUG] Sourcemap load errors in debugger from @nevware21 dependencies

What's Changed

  • [Doc] Auto deploy docs and remove from repo by @nev21 in #324
  • chore: Auto deploy docs by @nev21 in #325
  • Update auto-docs generation by @nev21 in #326
  • Typedoc: rename workflow by @nev21 in #327
  • Bump @rollup/plugin-commonjs from 26.0.3 to 28.0.0 by @dependabot in #330
  • Bump @rollup/plugin-typescript from 11.1.6 to 12.1.0 by @dependabot in #328
  • Bump puppeteer from 22.15.0 to 23.4.0 by @nev21 in #331
  • [Bug] Glob is missing from the dev dependencies -- unable to build a clean repo #333 by @nev21 in #334
  • [Release] Increase version to 0.11.5 by @nev21 in #336

Full Changelog: 0.11.4...0.11.5

0.11.4

22 Sep 02:50
b43b765
Compare
Choose a tag to compare

Changelog

  • #289 Bump @typescript-eslint/parser from 6.21.0 to 7.14.1
  • #292 Bump @nevware21/grunt-eslint-ts from 0.2.4 to 0.2.5
  • #291 Bump @nevware21/grunt-ts-plugin from 0.4.5 to 0.4.6
  • #300 [Bug] The createRangeIterator() function is getting mis-optimized for a worker on chrome. #298
    • Bump @nevware21/grunt-eslint-ts from 0.2.5 to 0.5.0
    • Bump @nevware21/grunt-ts-plugin from 0.4.5 to 0.5.0
  • #302 [Bug] getInst() function is getting mis-optimized for a worker with rollup #303
    • Bump @nevware21/grunt-eslint-ts from 0.5.0 to ^0.5.1
    • Bump @nevware21/grunt-ts-plugin from 0.5.0 to ^0.5.1
  • #306 [Bug] CI Tests are failing #319
  • #318 Bump puppeteer from 22.15.0 to 23.4.0
  • #320 bug: update objDefine to use strict undefined
  • #322 Revert "Bump puppeteer from 22.15.0 to 23.4.0 (#318)"

What's Changed

  • Bump @nevware21/grunt-eslint-ts from 0.2.4 to 0.2.5 by @dependabot in #292
  • Bump @nevware21/grunt-ts-plugin from 0.4.5 to 0.4.6 by @dependabot in #291
  • Fix issue where createRangeIterator() would get mis-optimized for a worker on chrome. by @nev21 in #298
  • [Bug] CI Tests are failing #306 by @nev21 in #319
  • Bump puppeteer from 22.15.0 to 23.4.0 by @dependabot in #318
  • [Bug] getInst() function is getting mis-optimized for a worker with rollup #302 by @nev21 in #303
  • bug: update objDefine to use strict undefined by @nev21 in #320
  • [Release] Increase version to 0.11.4 by @nev21 in #321
  • Revert "Bump puppeteer from 22.15.0 to 23.4.0 (#318)" by @nev21 in #322
  • [Release] Increase version to 0.11.4 (Update) by @nev21 in #323

Full Changelog: 0.11.3...0.11.4

0.11.3

28 Jun 07:20
829b998
Compare
Choose a tag to compare

Changelog

  • #286 [Feature] Don't use objDeepFreeze for enums
  • #285 Update Copyright message to conform with LLC operating agreement
  • #278 Bump @rollup/plugin-commonjs from 25.0.8 to 26.0.1
  • #288 Bump typedoc from 0.25.13 to 0.26.2
  • #279 Bump nyc from 15.1.0 to 17.0.0

What's Changed

  • Update Copyright message to conform with LLC operating agreement by @nev21 in #285
  • Bump @rollup/plugin-commonjs from 25.0.8 to 26.0.1 by @dependabot in #278
  • [Feature] Don't use objDeepFreeze for enums #286 by @nev21 in #287
  • Bump typedoc from 0.25.13 to 0.26.2 by @nev21 in #288
  • Bump nyc from 15.1.0 to 17.0.0 by @dependabot in #279
  • [Release] Increase version to 0.11.3 by @nev21 in #290
  • Bump @typescript-eslint/parser from 6.21.0 to 7.14.1 by @nev21 in #289

Full Changelog: 0.11.2...0.11.3

0.11.2

17 Apr 06:44
fda4bb1
Compare
Choose a tag to compare

Changelog

  • #263 Generate single unified es module for exports

What's Changed

  • Generate single unified es module for exports by @nev21 in #263
  • [Release] Increase version to 0.11.2 by @nev21 in #266

Full Changelog: 0.11.1...0.11.2

0.11.1

31 Mar 08:04
9f37d86
Compare
Choose a tag to compare

Changelog

  • #258 Remove exports defintion from package.json

What's Changed

  • Update date in release notes for 0.11.0 by @nev21 in #255
  • Remove exports defintion from package.json by @nev21 in #258
  • [Release] Increase version to 0.11.1 by @nev21 in #259

Full Changelog: 0.11.0...0.11.1

0.11.0

19 Mar 03:44
8fd589e
Compare
Choose a tag to compare

Changelog

  • #252 [Bug] TypeError: Illegal invocation when calling setTimeout
  • #246 [Bug] Package sizes are too large
  • #241 Remove removed function link from readme
  • #244 Fix CreateIteratorContext n documentation

What's Changed

  • Fix CreateIteratorContext n documentation by @nev21 in #244
  • [Bug] Package sizes are too large #246 by @nev21 in #250
  • [Bug] TypeError: Illegal invocation when calling setTimeout #252 by @nev21 in #253
  • [Release] Increase version to 0.11.0 by @nev21 in #254

Full Changelog: 0.10.5...0.11.0

0.10.5

06 Feb 08:13
7cc0dbe
Compare
Choose a tag to compare

Minification and minor performance improvements, adds createcacheValue, safe implementations.

Changelog

#239 Stop using internal functions for diagnostic to help with base minification for smaller usages
#238 Bump puppeteer from 21.11.0 to 22.0.0

What's Changed

  • Bump puppeteer from 21.11.0 to 22.0.0 by @dependabot in #238
  • Stop using internal functions for diagnostic to help with base minification for smaller usages by @nev21 in #239
  • [Release] Increase version to 0.10.5 by @nev21 in #240
  • Remove removed function link from readme by @nev21 in #241

Full Changelog: 0.10.4...0.10.5

0.10.4

13 Jan 06:33
6fbf3f6
Compare
Choose a tag to compare

Changelog

  • #230 [Bug] Tree-Shaking is not working properly
    • Tags additional (everything else) functions as NO_SIDE_EFFECTS so that rollup (and webpack) can tree-shake
    • Explicitly did not include all functions like isXXXX (specifically isNode) as this was causing the main entry-points
      for @nevware21/ts-async to drop the node support code (as it's defined as a browser package) resulting in it not
      supporting all environments as desired with a single package.

What's Changed

  • [Bug] Tree-Shaking is not working properly #230 (Add More tags) by @nev21 in #235
  • [Bug] Tree-Shaking is not working properly #230 (Minor Updates) #235 by @nev21 in #236
  • [Release] Increase version to 0.10.4 by @nev21 in #237

Full Changelog: 0.10.3...0.10.4

0.10.3

08 Jan 06:37
420cdf0
Compare
Choose a tag to compare

Changelog

  • #230 [Bug] Tree-Shaking is not working properly
  • #226 [Feature] Add size tests

What's Changed

Full Changelog: 0.10.2...0.10.3