Skip to content

Releases: subjective-php/date

Version 3.3.0: Add Support for PHP 8

15 May 20:27
8d67577

Choose a tag to compare

Major Features

  • Add support for PHP 8 [PR #48]

Developer Changes

  • Update unit test namespace and class names [PR #49]
  • Update build process [PR #47]

Version 3.2.0: Flamboyant Ice Insanity

13 Jun 00:06
3d3e83c

Choose a tag to compare

Major Features

  • More constants [PR #46]

Version 3.1.0: Wonderous Vigilante Factory

03 Dec 13:56
29bb2b4

Choose a tag to compare

Major Features

  • Add DateTimeZoneUtil [PR #44]
  • Add DateTimeUtil [PR #43]
  • Add TimezonesInterface [PR #42]

Minor Features

  • Update legacy utils to extend new utility classes [PR #45]

Developer Changes

  • Add PHP 7.3 to Travis CI build [PR #40]
  • Change base library namespace [PR #41]

Version 3.0.0

08 Jun 12:46
e1ce6c5

Choose a tag to compare

Backwards Compatibility Breakers

  • Change namespace to SubjectivePHP [PR #37]
  • Remove support for PHP < 7 [PR #29]
  • Remove support for hhvm [PR #28]
  • Remove PHP 5.5 from travis-ci build

Developer Changes

  • Update README.md [PR #36]
  • Change organization to subjective-php [PR #35]
  • Require symfony/yaml >=2.0.5 [PR #39]
  • Remove authors from composer config [PR #34]
  • Switch to PSR2 coding standard [PR #33]
  • Run Travis CI builds with different versions of dependencies [PR #32]
  • Update to PHPUnit 6 [PR #31]
  • Update coveralls dependency [PR #30]
  • Remove composer.lock from version control [PR #26]
  • Add sort-packages to composer config [PR #25]
  • Add PHP 7.1 to travis build
  • Add .gitattributes file
  • Use list in foreach [PR #11]

Version 2.0.0

09 Aug 16:23

Choose a tag to compare

Backwards Compatibility Breakers

  • Remove support for PHP 5.4 [PR #7]
  • Remove support for PHP 5.5

Major Features

  • Fea/ago [PR #10]

Developer Changes

  • Update README
  • Add .github folder
  • Update scrutinizer
  • Update dependencies
  • Use Chadicus coding standard [PR #6]
  • Update badges in README [PR #8]

Version 1.1.0: Baffled Beetle

07 Mar 13:43

Choose a tag to compare

Major Features

  • Added the isInRange method. [PR #5]

Version 1.0.0: Adventurous Anaconda

26 Sep 14:25

Choose a tag to compare

Backwards Compatibility Breakers

  • Fea/make static classes abstract [PR #4]

Major Features

  • Add DateTimeZone
  • Add DateTime::isDaylightSavings()

Minor Features

  • Remove WIT outlier

Developer Changes

  • Add LICENSE file
  • Update coveralls badge
  • Update travis-ci badge
  • Add CONTRIBUTING guidelines
  • Add homepage to developer config in composer
  • Update dependencies
  • Add pholio badge
  • Add versioneye badge
  • Remove deprecated strict PHPUnit option [PR #3]
  • Fix phpdoc for fromString()
  • Remove deprecated --dev composer arg
  • Add test to complete code coverage
  • Refactor fromString

Version 0.1.0 - Initial Release

27 Jan 13:40

Choose a tag to compare

Pre-release
v0.1.0

Revamp