Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 2.13 KB

CHANGELOG.md

File metadata and controls

53 lines (40 loc) · 2.13 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

5.0.0 - 2023-06-28

🍰 Added

  • support for dot notations in DataObject Relations (#14) (#21)
  • information for people still using Silverstripe 4
  • support for silverstripe 5 (#19)
  • Stubs for Page and PageController to ensure these symbols also exist for modules (#18)
  • standardized testsuites (#11)

🐞 Fixed

  • tests are actually executed for the 5 branch

🔧 Changed

  • Uses v5 testsuite

1.0.0 - 2022-04-30

🍰 Added

  • Rule to inform user to follow silverstripe config doc practices (#8)
  • bootstrap file
  • code coverage
  • composer
  • github flair
  • changelog utility
  • ReadWritePropertiesExtension (#2)

🔧 Changed

  • use Syntro as vendor in namespace (#7)
  • update readme & docs
  • license naming to match updated repo

0.0.0 - 2022-04-30

🍰 Added

  • github action tests (#3)