Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Releases: erunion/mill

2.5.4

25 Jul 16:45
Compare
Choose a tag to compare

Fixed

  • Fixed some PHP 5.4 compatibility issues with the new changelog work.

2.5.3

25 Jul 16:45
Compare
Choose a tag to compare

Changed

  • JSON formatted changelogs now have more relevant data attributes in their HTML elements.

2.5.2

25 Jul 16:45
Compare
Choose a tag to compare

Changed

  • Better grouping of like-resource grouped items in generated changelogs.

2.5.1

25 Jul 16:44
Compare
Choose a tag to compare

Removed

  • Removed the newly added in 2.5.0 dependency, doctrine/collections, because it requires >=PHP 5.6, and Mill 2.x still needs to support PHP 5.4.

2.5.0

10 Jul 15:10
Compare
Choose a tag to compare

Added

  • Added a new releaseDate attribute, and description content, to versions configs. This data is added into generated changelogs.

2.4.0

29 Jun 17:08
Compare
Choose a tag to compare

Changed

  • JSON changelog generation content now has important pieces of information wrapped in styleable HTML elements.

2.3.2

29 Jun 17:08
Compare
Choose a tag to compare

Fixed

  • URI aliases are now filtered according to your filter settings when generating documentation.

2.3.1

27 Jun 20:44
Compare
Choose a tag to compare

Changed

  • Flipped the logic on capability-locked documentation in the generator from an empty array implying no capabilities, null representing all.

2.3.0

27 Jun 20:44
Compare
Choose a tag to compare

Added

  • Added support for generating visibility-specific changelogs. #97

2.2.2

27 Jun 20:43
Compare
Choose a tag to compare

Added

  • Added resource action descriptions into generated API Blueprint files.