Skip to content

Commit

Permalink
Add changelog notes for releases I'm about to do
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Jan 1, 2018
1 parent 1c577af commit 3578ae3
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [3.0.1] - 2018-01-01
### Added
- Declare PackedBoxList as implementing `Countable`
### Changed
- Improved item orientation selection for better backing

## [3.0.0] - 2017-10-23
### Added
- Introduced `PackedItem`s which are a wrapper around `Item`s with positional and dimensional information (x, y, z co-ordinates of corner closest to origin, width/length/depth as packed)
Expand All @@ -12,6 +18,12 @@
### Removed
- HHVM support now that project has a stated goal of no longer targeting PHP7 compatibility

## [2.4.3] - 2018-01-01
### Added
- Declare PackedBoxList as implementing `Countable`
### Changed
- Improved item orientation selection for better backing

## [2.4.2] - 2017-10-23
### Changed
- Previously 2 distinct item types could be mixed when sorting items for packing if they had identical physical dimensions. Now if all dimensions are identical, items are sorted by description so that they are kept together
Expand Down Expand Up @@ -78,6 +90,12 @@ There are no bugfixes or packing logic changes in v2.0 compared to the v1.5.3 re
### Removed
- Removed `Packer->packIntoBox()`, `Packer->packBox()` and `Packer->redistributeWeight()`

## [1.6.3] - 2018-01-01
### Added
- Declare PackedBoxList as implementing `Countable`
### Changed
- Improved item orientation selection for better backing

## [1.6.2] - 2017-10-23
### Changed
- Previously 2 distinct item types could be mixed when sorting items for packing if they had identical physical dimensions. Now if all dimensions are identical, items are sorted by description so that they are kept together
Expand Down Expand Up @@ -182,9 +200,11 @@ Initial release
- Experimental code to get a feel for how calculations can best be implemented
- Only works if all items fit into a single box (so not production ready at all)

[Unreleased]: https://github.com/dvdoug/BoxPacker/compare/3.0.0...master
[Unreleased]: https://github.com/dvdoug/BoxPacker/compare/3.0.1...master

[3.0.1]: https://github.com/dvdoug/BoxPacker/compare/3.0.0...3.0.1
[3.0.0]: https://github.com/dvdoug/BoxPacker/compare/2.4.2...3.0.0
[2.4.3]: https://github.com/dvdoug/BoxPacker/compare/2.4.2...2.4.3
[2.4.2]: https://github.com/dvdoug/BoxPacker/compare/2.4.1...2.4.2
[2.4.1]: https://github.com/dvdoug/BoxPacker/compare/2.4.0...2.4.1
[2.4.0]: https://github.com/dvdoug/BoxPacker/compare/2.3.2...2.4.0
Expand All @@ -197,6 +217,7 @@ Initial release
[2.0.2]: https://github.com/dvdoug/BoxPacker/compare/2.0.1...2.0.2
[2.0.1]: https://github.com/dvdoug/BoxPacker/compare/2.0...2.0.1
[2.0]: https://github.com/dvdoug/BoxPacker/compare/1.5.3...2.0
[1.6.3]: https://github.com/dvdoug/BoxPacker/compare/1.6.2...1.6.3
[1.6.2]: https://github.com/dvdoug/BoxPacker/compare/1.6.1...1.6.2
[1.6.1]: https://github.com/dvdoug/BoxPacker/compare/1.6.0...1.6.1
[1.6.0]: https://github.com/dvdoug/BoxPacker/compare/1.5.3...1.6.0
Expand Down

0 comments on commit 3578ae3

Please sign in to comment.