Skip to content

Releases: phootwork/lang

Release v2.0

05 Feb 06:40
Compare
Choose a tag to compare
Move monorepo management to Github Actions (#46)

* Refactor monorepo management

Manage monorepo via `splitsh-lite` and Github Actions.

Release v2.0-alpha2

11 Jan 13:47
Compare
Choose a tag to compare
Move monorepo management to Github Actions (#46)

* Refactor monorepo management

Manage monorepo via `splitsh-lite` and Github Actions.

Version 0.9

04 Aug 14:29
Compare
Choose a tag to compare

Text

  • Updated transform to start with to*() (#2 thanks to @cristianoc72)
  • Updated checkers to start with is*() (#2 thanks to @cristianoc72)
  • Many more methods to make Text a swiss-army knife (#2 thanks to @cristianoc72)
  • Implemented Propel Pluralizer (#2 thanks to @cristianoc72)

ArrayObject

Version 0.8

01 Jul 13:56
Compare
Choose a tag to compare
  • Changed: Minimum PHP version 5.6

Version 0.7

23 Jun 13:15
Compare
Choose a tag to compare
  • Renamed String to Text because PHP7 declared string as reserved keyword

Version 0.6

25 May 15:25
Compare
Choose a tag to compare
  • More sort for ArrayObject
  • Fixes on String

Version 0.5

23 May 21:26
Compare
Choose a tag to compare
  • Added Mutators (push/pop, prepend/shift)

Version 0.4

23 May 20:47
Compare
Choose a tag to compare
  • Added Arrayable Interface
  • Fixes to ArrayObject and more tests
  • Improvements to ArrayObject

Version 0.3

23 May 12:52
Compare
Choose a tag to compare
  • Make String immutable

Version 0.2.1

20 May 14:21
Compare
Choose a tag to compare
  • Fixed a bug with the signature of String.compare