Skip to content

Releases: ardalanamini/prototyped.js

v0.12.1

31 Jul 12:15
Compare
Choose a tag to compare
  • Array
    • prototype
      • 🪲 nest Fixed finding children of children bug

v0.12.0

26 Jul 12:00
Compare
Choose a tag to compare
  • Object
    • prototype
      • $assign Added
      • $defaults Added
      • $keys Added

v0.11.0

16 Jul 16:55
Compare
Choose a tag to compare
  • Array
    • prototype
      • equals Added
  • Date
    • prototype
      • equals Added
  • Number
    • prototype
      • inRange Added
  • Object
    • prototype
      • $equals Added
  • String
    • prototype
      • equals Added
      • parseInt Added

v0.10.0

01 Jun 12:38
Compare
Choose a tag to compare
  • Array
    • 💥 isInstance Removed
  • Boolean
    • 💥 isInstance Renamed to isBoolean
  • Date
    • 💥 isInstance Renamed to isDate
  • Function
    • 💥 isInstance Renamed to isFunction
  • Global
    • ⚡ Added isBrowser
  • Number
    • 💥 isInstance Renamed to isNumber
  • Object
    • 💥 isInstance Renamed to isObject
    • prototype
      • $set Added
  • String
    • 💥 isInstance Renamed to isString
  • ⚡ Better object value path handling

v0.9.0

29 May 19:10
Compare
Choose a tag to compare
  • Array
    • prototype
      • empty Added
  • Number
    • digitize Added
  • Object
    • prototype
      • $empty Added
  • String
    • prototype
      • empty Added
      • pad Added
      • repeat Added

v0.8.0

25 May 06:36
Compare
Choose a tag to compare
  • Array
    • prototype
      • nest Added
  • Object
    • prototype
      • 🌟 $merge Improved
      • $clone Added
      • $equals Added
      • $get Added
      • $omit Added

v0.7.0

20 May 17:10
Compare
Choose a tag to compare
  • Object
    • prototype
      • $camelCaseKeys Added
      • $kebabCaseKeys Added
      • $snakeCaseKeys Added

v0.6.0

11 May 13:55
Compare
Choose a tag to compare
  • Array
    • prototype
      • limit Added
      • take Added
      • orderBy Added
      • skip Added
      • offset Added
      • where Added
      • whereBetween Added
      • whereIn Added
      • whereLike Added
      • whereNotBetween Added
      • whereNotIn Added
      • whereNotLike Added
      • whereNotNull Added
      • whereNull Added

v0.5.0

13 Apr 18:52
Compare
Choose a tag to compare
  • Array
    • prototype
      • all Added
      • any Added
  • Object
    • prototype
      • 💥 invert Renamed to $invert
      • 💥 lowerCaseKeys Renamed to $lowerCaseKeys
      • 💥 mapKeys Renamed to $mapKeys
      • 💥 merge Renamed to $merge
      • 💥 size Renamed to $size
  • String
    • prototype
      • base64 Added
      • base64Decode Added
      • map Added
      • 🌟 pluralize Improved
  • 🌟 Some general enhancements
  • 🪲 Typescript usage

v0.4.0

28 Jan 20:09
Compare
Choose a tag to compare
  • String
    • prototype
      • 🌟 truncate Improved
      • chars Added
      • swapCase Added
      • humanize Added
  • 🌟 More customizable usage