Skip to content

Commit cbd1af4

Browse files
committed
Prepare 0.3.0 release
1 parent e0387ab commit cbd1af4

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/.php_cs.cache
22
/composer.lock
3+
/tests/Fixtures/var
34
/tmp
45
/vendor

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55
## [Unreleased]
66
Nothing yet.
77

8+
## [0.3.0] - 2019-05-14
9+
### Added
10+
- Add DataTable events (#76)
11+
12+
### Fixed
13+
- Fix double transformations in ArrayAdapter (#70)
14+
815
## [0.2.2] - 2019-02-25
916
### Added
1017
- Add ability to join from inverse side (#63)
@@ -74,7 +81,8 @@ Nothing yet.
7481
### Added
7582
- Basic functionality
7683

77-
[Unreleased]: https://github.com/omines/datatables-bundle/compare/0.2.2...master
84+
[Unreleased]: https://github.com/omines/datatables-bundle/compare/0.3.0...master
85+
[0.3.0]: https://github.com/omines/datatables-bundle/compare/0.2.2...0.3.0
7886
[0.2.2]: https://github.com/omines/datatables-bundle/compare/0.2.1...0.2.2
7987
[0.2.1]: https://github.com/omines/datatables-bundle/compare/0.2.0...0.2.1
8088
[0.2.0]: https://github.com/omines/datatables-bundle/compare/0.1.5...0.2.0

0 commit comments

Comments
 (0)