Skip to content

3.0.0

Compare
Choose a tag to compare
@dvdoug dvdoug released this 13 Apr 20:56
· 576 commits to master since this release
  • All value objects are now immutable - calling a conversion function on them now returns a new object rather than modifying the existing one
  • Support for accepting 2, 4, 8 and 10 figure Ordnance Survey references (6 figure was already supported)
  • OSRef::fromSixFigureReference() has been removed, use OSRef::fromGridReference() instead
  • OSRef::to[Two/Four/Six/Eight/Ten]FigureReference() have been removed, use OSRef::toGridReference($length) instead
  • Minimum PHP version is now 7.1, HHVM no longer supported now that project has a stated goal of no longer targeting PHP7 compatibility