Skip to content

Releases: ardalanamini/prototyped.js

v3.0.5

14 Aug 18:04
330a257
Compare
Choose a tag to compare

Dependencies

Build System

Continuous Integration

Full Changelog: v3.0.4...v3.0.5

v3.0.4

14 Jul 17:44
7d7d539
Compare
Choose a tag to compare

Dependencies

Documentation Changes

Code Style Changes

Continuous Integration

Tests

Full Changelog: v3.0.3...v3.0.4

v3.0.3

30 Apr 08:58
df32d8a
Compare
Choose a tag to compare

Dependencies

  • Dev:
    • bump @types/node from 17.0.24 to 17.0.30 (#67) (fe64485f)
    • bump eslint from 8.13.0 to 8.14.0 (#61) (56db7647)
    • bump @typescript-eslint/eslint-plugin from 5.19.0 to 5.21.0 (#64) (82697a22)
    • bump @typescript-eslint/parser from 5.19.0 to 5.21.0 (#63) (139db10b)
    • bump @types/node from 17.0.23 to 17.0.24 (#57) (081018c1)
    • bump @typescript-eslint/eslint-plugin from 5.18.0 to 5.19.0 (#56) (6fd7c7ee)
    • bump @typescript-eslint/parser from 5.18.0 to 5.19.0 (#55) (18839fff)

Chores

v3.0.2

11 Apr 06:48
7424bc1
Compare
Choose a tag to compare

Dependencies

  • Update dependabot.yml (256e1770)
  • bump minimist from 1.2.5 to 1.2.6 (#39) (33ade3cb)
  • Add .github/dependabot.yml (b2ca8ffe)
  • CI:
  • Dependabot:
  • Dev:
    • bump prettier from 2.6.1 to 2.6.2 (#46) (1d0d05f3)
    • bump eslint-plugin-import from 2.25.4 to 2.26.0 (#54) (54b27766)
    • bump typedoc from 0.22.12 to 0.22.15 (#51) (4af8e914)
    • bump eslint from 8.12.0 to 8.13.0 (#52) (d757207d)
    • bump @typescript-eslint/eslint-plugin from 5.17.0 to 5.18.0 (#48) (8c833b11)
    • bump @typescript-eslint/parser from 5.17.0 to 5.18.0 (#53) (870d2511)
    • bump ts-jest from 27.1.3 to 27.1.4 (#42) (2c6e2097)
    • bump eslint from 8.10.0 to 8.12.0 (#43) (d7a16ecb)
    • bump prettier from 2.4.1 to 2.6.1 (#37) (c889fd5c)
    • bump typescript from 4.5.5 to 4.6.3 (#38) (baecc7c0)
    • bump @typescript-eslint/eslint-plugin from 5.12.1 to 5.17.0 (#41) (888cce79)
    • bump @typescript-eslint/parser from 5.12.1 to 5.17.0 (#40) (f4d902f5)

Build System

  • deps-dev:
    • bump @types/node from 16.11.26 to 17.0.23 (#36) (f726a153)

Continuous Integration

  • Deps:
  • GitHub:
  • Test:
    • Update REF environment value (fc6bdf02)

Tests

v3.0.1

27 Feb 19:43
21cb678
Compare
Choose a tag to compare

Build System

  • TypeScript:
    • Fix unresolved declarations (092e63e9)

Chores

Continuous Integration

Dependencies

v3.0.0

24 Oct 18:06
Compare
Choose a tag to compare

Breaking Changes

  • Add ECMAScript module support (de1018cd)

v2.0.2

07 Oct 19:42
Compare
Choose a tag to compare

Bug Fixes

  • function:
  • global:

Chores

Continuous Integration

Dependencies

Other Changes

Tests

v2.0.1

28 Feb 17:13
Compare
Choose a tag to compare

Bug Fixes

  • Prototype pollution vulnerability (3ab56e78)

Chores

v2.0.0

24 Jan 17:30
Compare
Choose a tag to compare

Breaking Changes

  • Export methods by default instead of prototypes (0b6e8696)
  • Build only es6 version & rename to dist (4048d4bf)

Chores

Continuous Integration

v1.0.1

05 Jun 20:58
Compare
Choose a tag to compare
  • Function
    • 🪲 isFunction bug fixed
  • 🌟 Improved Typescript usage
  • 🌟 Improved linting
  • 👓 Included Node.js v11 and v12 for travis-ci tests