Skip to content

Releases: bengry/typedash

Release 3.2.5

01 Jun 19:11
Compare
Choose a tag to compare
  • chore(jsr): bump version (53b42b5)
  • chore(deps): upgrade all minor & patch deps (#22) (bfe3078)
  • fix(isequal): export function (#21) (f2b5a66)
  • chore(deps): upgrade minor & patch deps (e9e57fc)
  • chore(jsr): bump jsr version (5a39bad)

Release 3.2.4

14 Apr 14:26
Compare
Choose a tag to compare
  • refactor(import): change imports to be more semantically correct (306b24e)

Release 3.2.3

14 Apr 14:21
Compare
Choose a tag to compare
  • fix(build): fix build for cjs consumers (b85938d)
  • build(deps): bump tar from 6.1.13 to 6.2.1 (#19) (8ca9192)
  • build(deps): bump vite from 5.0.12 to 5.2.8 (#17) (fc396e2)
  • Upgrade dependencies (#18) (6f01718)
  • chore(deps): upgrade all dependencies (1e1dedd)
  • style: prettier (758419a)
  • chore: bump version on jsr (baadee0)

Release 3.2.2

01 Mar 17:21
Compare
Choose a tag to compare
  • ci: publish to jsr from GitHub (9ebad0f)
  • docs: add docs for types (aa73f48)
  • chore(jsr): publish to jsr (088790f)
  • build(deps): bump ip from 1.1.8 to 1.1.9 (#16) (9af50e6)
  • build(deps): bump vite from 5.0.10 to 5.0.12 (#15) (685236d)
  • ci: fix ci (95b68ba)
  • ci: enable corepack in CI (2e02a94)
  • chore: change repo script to ESM by default (3e7e058)
  • style: run prettier (2b7014f)
  • chore(deps): upgrade all dependencies (615484b)

Release 3.2.1

12 Dec 15:10
Compare
Choose a tag to compare
  • fix(set): setting on properties with dash (-) didn't work (99e56cd)
  • chore(vscode): update deprecate setting (e572fdf)

Release 3.2.0

14 Oct 09:41
Compare
Choose a tag to compare
  • feat(take): add typing (#7) (db4a64c)
  • Merge pull request #13 from bengry/debounce (8af7a2e)
  • feat(intersection): add optional comparator to intersection (59f35b3)
  • feat(difference): add array difference function (54b9831)
  • Merge pull request #12 from bengry/debounce (905af98)
  • feat(debounce): add debounce function (8f6e595)
  • chore(eslint): simplify eslint script (1e2ea21)
  • chore(scripts): add utility functions count script (0c2e954)
  • chore(deps): remove unused dependencies (1e204d8)
  • chore(script): add dedupe dependencies script (390acaf)
  • style(prettier): change prettier config format to ESM (d66d2ce)
  • Merge pull request #11 from 3kh0/main (52d6711)
  • docs(readme and contributing): grammar and wording (8a38dda)
  • Merge pull request #10 from bengry/upgrade-deps (e96a0d4)
  • chore(@typescript-eslint): upgrade @typescript-eslint/eslint-plugin and `@typescript-eslint/parser (98f513b)
  • feat(casttostring): add CastToString type (dad51e9)
  • chore(deps): upgrade all non-major dependencies (#8) (79df702)
  • ci: change CI to run on pull requests (e33991b)

Release 3.1.1

01 Oct 15:05
Compare
Choose a tag to compare
  • chore: upgrade all non-breaking dependencies (6a6418b)
  • fix(compact): fix type of compact (76484e6)
  • build(deps): bump get-func-name from 2.0.0 to 2.0.2 (#6) (17fe712)

Release 3.1.0

21 Jul 15:02
Compare
Choose a tag to compare
  • chore: upgrade non-breaking lib changes (c723909)
  • chore: upgrade eslint plugin (495bc4f)
  • chore: upgrade prettier (59e675f)
  • chore(upgrade deps): upgrade all non-major deps (f402602)
  • build(deps): bump word-wrap from 1.2.3 to 1.2.4 (#5) (20ef5f5)
  • build(deps): bump semver from 5.7.1 to 5.7.2 (#4) (cfb9ffa)
  • chore: upgrade deps (6ec5ace)

Release 3.0.5

16 Jun 13:49
Compare
Choose a tag to compare
  • docs(readme): update function count in readme (684cff5)
  • test: add test coverage (01613bf)
  • feat(zip): add support for TypedArrays (1b2a045)
  • chore: upgrade all dependencies (3aed8cd)
  • feat: add isEqual function (5c38a0c)
  • chore: fix lint (93d7071)
  • feat: add once function (ef12b59)
  • fix: fix a potential security concern with set, when the path isn't trusted (34efeee)
  • feat: add camelCase function (8905ef4)
  • feat: add kebabCase function and type (9651d23)
  • chore: cleanup (c96582b)
  • chore: upgrade all minor and patch dependencies (6363e34)
  • build(deps): bump vite from 4.3.3 to 4.3.9 (#3) (07b6877)
  • test: add tests (e8621a0)
  • refactor(keyby): improve type (cc91185)
  • docs: add and improve docs (abd62a1)
  • refactor: rename createKnownTypeGuard -> createTypeGuard (455d6da)
  • feat(sum): allow passing an array of nullable numbers (7875723)
  • feat: add mapKeys function (55a313d)
  • fix(castarrayifdefined): add missing overload to cover Maybe<T[]> argument case (55404ef)
  • feat: add sample function (e61b931)
  • docs: add all missing docs for functions (bf7f1de)
  • chore: upgrade all minor and patch dependencies (91b267e)

Release 3.0.4

02 Jun 23:05
Compare
Choose a tag to compare
  • chore: simplify interal function declaration of orderBy (be132c6)
  • refactor: reduce bundle size of clamp (d079746)
  • chore: add vitest ui (34e0f98)
  • refactor(bundle size): reduce bundle size for inRange function (57fa010)
  • refactor(bundle size): reduce bundle size for omit and pick functions (9471e0d)
  • chore: rename internal file (b77aba2)
  • docs(readme): update readme to reflect new functions (8358e63)