|
1 |
| -## 1.0 Initial release |
2 |
| - |
3 |
| - - implement controller and model |
4 |
| - - log updates including diffs and all fields |
5 |
| - - log create/delete operations |
6 |
| - - track multi-model operations |
7 |
| - - ability to customize |
8 |
| - - add documentation |
9 |
| - - undo() operation for update/create/delete |
10 |
| - - support for custom actions |
| 1 | +# Change Log |
| 2 | + |
| 3 | +## [Unreleased](https://github.com/atk4/audit/tree/HEAD) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/atk4/audit/compare/1.0...HEAD) |
| 6 | + |
| 7 | +**Fixed bugs:** |
| 8 | + |
| 9 | +- Problem with using fields of type 'array' in model [\#21](https://github.com/atk4/audit/issues/21) |
| 10 | + |
| 11 | +**Closed issues:** |
| 12 | + |
| 13 | +- Add UI widget for showing "history" [\#23](https://github.com/atk4/audit/issues/23) |
| 14 | +- add ability to mark fields to exclude from audit [\#7](https://github.com/atk4/audit/issues/7) |
| 15 | + |
| 16 | +**Merged pull requests:** |
| 17 | + |
| 18 | +- Refactor and implement views [\#24](https://github.com/atk4/audit/pull/24) ([DarkSide666](https://github.com/DarkSide666)) |
| 19 | +- don't log dsql expressions [\#22](https://github.com/atk4/audit/pull/22) ([DarkSide666](https://github.com/DarkSide666)) |
| 20 | +- typo [\#20](https://github.com/atk4/audit/pull/20) ([PhilippGrashoff](https://github.com/PhilippGrashoff)) |
| 21 | +- Sample SQL for audit\_log table in MySQL [\#19](https://github.com/atk4/audit/pull/19) ([PhilippGrashoff](https://github.com/PhilippGrashoff)) |
| 22 | +- drop php 5.5 and update phpunit [\#18](https://github.com/atk4/audit/pull/18) ([DarkSide666](https://github.com/DarkSide666)) |
| 23 | + |
| 24 | +## [1.0](https://github.com/atk4/audit/tree/1.0) (2016-10-04) |
| 25 | + |
| 26 | +[Full Changelog](https://github.com/atk4/audit/compare/8952b0b6ca0b0a1490bcd6e00a42ed777a65a842...1.0) |
| 27 | + |
| 28 | +**Closed issues:** |
| 29 | + |
| 30 | +- Add documentation [\#16](https://github.com/atk4/audit/issues/16) |
| 31 | +- Add undo feature. [\#13](https://github.com/atk4/audit/issues/13) |
| 32 | +- add support for "view" [\#11](https://github.com/atk4/audit/issues/11) |
| 33 | +- Add documentation and test for hook priorities [\#8](https://github.com/atk4/audit/issues/8) |
| 34 | +- Add support for custom user operations. [\#5](https://github.com/atk4/audit/issues/5) |
| 35 | +- custom messages possibly with tempalte [\#4](https://github.com/atk4/audit/issues/4) |
| 36 | +- Test multi-record reactive actions [\#3](https://github.com/atk4/audit/issues/3) |
| 37 | +- Add Audit log for insert and delete operations [\#2](https://github.com/atk4/audit/issues/2) |
| 38 | +- Basic audit on update. [\#1](https://github.com/atk4/audit/issues/1) |
| 39 | + |
| 40 | +**Merged pull requests:** |
| 41 | + |
| 42 | +- Feature/add insert delete log [\#15](https://github.com/atk4/audit/pull/15) ([romaninsh](https://github.com/romaninsh)) |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
0 commit comments