Releases: phootwork/lang
Releases · phootwork/lang
Release v2.0
Move monorepo management to Github Actions (#46) * Refactor monorepo management Manage monorepo via `splitsh-lite` and Github Actions.
Release v2.0-alpha2
Move monorepo management to Github Actions (#46) * Refactor monorepo management Manage monorepo via `splitsh-lite` and Github Actions.
Version 0.9
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
- Ported all the nice methods from phootwork/collection to
ArrayObject
Version 0.8
- Changed: Minimum PHP version 5.6
Version 0.7
- Renamed
String
toText
because PHP7 declaredstring
as reserved keyword
Version 0.6
- More sort for ArrayObject
- Fixes on String
Version 0.5
- Added Mutators (push/pop, prepend/shift)
Version 0.4
- Added
Arrayable
Interface - Fixes to
ArrayObject
and more tests - Improvements to
ArrayObject
Version 0.3
- Make String immutable
Version 0.2.1
- Fixed a bug with the signature of
String.compare