Releases: izelnakri/paper_trail
Release 0.12.2
[email protected] changelog:preview
node_modules/.bin/auto-changelog --stdout --commit-limit false --package -u --sort-commits date-desc
Changelog
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
Generated by auto-changelog
.
v0.12.1
- fix: typespecs
#135
- Bump actions/cache from v2 to v2.1.4
#130
- update release-it
149fa89
- format lib/paper_trail/version_queries.ex
f9b881c
v0.12.1
30 January 2021
- fix for setting embed to nil
#129
- Add ELixir Format Checker
#126
- Release 0.12.1
2b409f1
- upgrade @j-ulrich/release-it-regex-bumper
719b375
- containerize $ mix format
fd9463d
v0.12.0
18 December 2020
- Support Ecto Embed
#112
- Refactor Duplicated Code
#124
- Enable capture_log to make test output readable
#123
- Run Formatter
#122
- Fix Dialyzer Specs
#120
- Release 0.12.0
5ab6bf1
- add .dockerignore
58ab072
v0.11.3
8 December 2020
v0.11.2
7 December 2020
v0.11.1
6 December 2020
- github docker registry support
#119
- initial github-actions test
#118
- Allow to configure Originator Field Options
#115
- Misc doc changes
#117
- Bump ecto_sql from 3.4.5 to 3.5.3
#116
- Bump postgrex from 0.15.6 to 0.15.7
#113
- Dump fields using Ecto when serializing changes
#83
- Release 0.11.1
0962491
- release-it added
3c7666c
- v0.11.0 release
957a4bd
- CI fix & last contributors added to README.md
e73107c
- v0.10.1 release elixir 1.11 support & rm warning
f0981b9
- v0.10.0 release PaperTrail.Serializer & deps up
4787177
- mix.lock update after deps upgrade
97a875c
- add last contributors to README
675d502
- v0.9.0 flexible %PaperTrail.Version[:inserted_at]
5108680
v0.9.0
1 October 2020
- Bump postgrex from 0.15.3 to 0.15.6
#107
- Make Version schema's timestamps type configurable
#108
- add support for ecto options in insert and insert! functions
#102
- Require ex_doc dependency only for ":docs".
#101
- Support :returning option in update
#95
- Update installation version in README.md
#90
- Bump ecto_sql from 3.4.2 to 3.4.3
#81
- Bump ecto from 3.4.1 to 3.4.2
#80
- Bump ecto_sql from 3.4.1 to 3.4.2
#78
- Bump ecto from 3.4.0 to 3.4.1
#79
- Allow named operations[model_key and version_key] on Ecto.Multi
#75
- Bump ecto from 3.3.0 to 3.3.3
#68
- Make it compatible with mariadb
#71
- Require postgrex and jason only for dev and test
#70
- v0.9.0 flexible %PaperTrail.Version[:inserted_at]
ac87558
- version_test tests now has utc_datetime fixtures
551b6f6
- v0.8.8 added docs
d2bb0cb
- v0.8.8 release PaperTrail.insert :ecto_options
48a1639
- base_test.exs test_helpers fixed
51d2e2f
- renamed test/paper_trail/base_tests.exs to test/paper_trail/base_test.exs
291b267
- tests fixed
f3958fc
- v0.8.7 :model_key & :version_key for PaperTrail.insert and pkg upgrades
5d8a6f6
- bugfix for :model_key and :version_key feature:
058a84f
- further runtime optimization for CI
98522f0
- backend docker service renamed to paper_trail
92616f0
- single step CI optimization
1215660
- highly optimized elixir container builds
0717b9c
- trial without postgres client
a0710a7
- CI is finally fixed
b38f59b
- new test folder restructre for CI
8984ac1
- seperating UUID tests from the test trial
05c9560
- repo configurations on tests are now loaded lazily
0fa068f
- CI test fix
8b8f5e2
- initial docker-compose based CI
1bc34d1
- mix format run
7c40472
- basic CI setup added
53c2d66
- v0.8.6 postgrex dependency fix
42b2606
- v0.8.5 dependencies made optional [
bb6bab9
](https://github.com/...
Release 0.12.1
[email protected] changelog:preview
node_modules/.bin/auto-changelog --stdout --commit-limit false --package -u --sort-commits date-desc
Changelog
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
Generated by auto-changelog
.
v0.12.0
- fix for setting embed to nil
#129
- Add ELixir Format Checker
#126
- upgrade @j-ulrich/release-it-regex-bumper
719b375
- containerize $ mix format
fd9463d
v0.12.0
18 December 2020
- Support Ecto Embed
#112
- Refactor Duplicated Code
#124
- Enable capture_log to make test output readable
#123
- Run Formatter
#122
- Fix Dialyzer Specs
#120
- Release 0.12.0
5ab6bf1
- add .dockerignore
58ab072
v0.11.3
8 December 2020
v0.11.2
7 December 2020
v0.11.1
6 December 2020
- github docker registry support
#119
- initial github-actions test
#118
- Allow to configure Originator Field Options
#115
- Misc doc changes
#117
- Bump ecto_sql from 3.4.5 to 3.5.3
#116
- Bump postgrex from 0.15.6 to 0.15.7
#113
- Dump fields using Ecto when serializing changes
#83
- Release 0.11.1
0962491
- release-it added
3c7666c
- v0.11.0 release
957a4bd
- CI fix & last contributors added to README.md
e73107c
- v0.10.1 release elixir 1.11 support & rm warning
f0981b9
- v0.10.0 release PaperTrail.Serializer & deps up
4787177
- mix.lock update after deps upgrade
97a875c
- add last contributors to README
675d502
- v0.9.0 flexible %PaperTrail.Version[:inserted_at]
5108680
v0.9.0
1 October 2020
- Bump postgrex from 0.15.3 to 0.15.6
#107
- Make Version schema's timestamps type configurable
#108
- add support for ecto options in insert and insert! functions
#102
- Require ex_doc dependency only for ":docs".
#101
- Support :returning option in update
#95
- Update installation version in README.md
#90
- Bump ecto_sql from 3.4.2 to 3.4.3
#81
- Bump ecto from 3.4.1 to 3.4.2
#80
- Bump ecto_sql from 3.4.1 to 3.4.2
#78
- Bump ecto from 3.4.0 to 3.4.1
#79
- Allow named operations[model_key and version_key] on Ecto.Multi
#75
- Bump ecto from 3.3.0 to 3.3.3
#68
- Make it compatible with mariadb
#71
- Require postgrex and jason only for dev and test
#70
- v0.9.0 flexible %PaperTrail.Version[:inserted_at]
ac87558
- version_test tests now has utc_datetime fixtures
551b6f6
- v0.8.8 added docs
d2bb0cb
- v0.8.8 release PaperTrail.insert :ecto_options
48a1639
- base_test.exs test_helpers fixed
51d2e2f
- renamed test/paper_trail/base_tests.exs to test/paper_trail/base_test.exs
291b267
- tests fixed
f3958fc
- v0.8.7 :model_key & :version_key for PaperTrail.insert and pkg upgrades
5d8a6f6
- bugfix for :model_key and :version_key feature:
058a84f
- further runtime optimization for CI
98522f0
- backend docker service renamed to paper_trail
92616f0
- single step CI optimization
1215660
- highly optimized elixir container builds
0717b9c
- trial without postgres client
a0710a7
- CI is finally fixed
b38f59b
- new test folder restructre for CI
8984ac1
- seperating UUID tests from the test trial
05c9560
- repo configurations on tests are now loaded lazily
0fa068f
- CI test fix
8b8f5e2
- initial docker-compose based CI
1bc34d1
- mix format run
7c40472
- basic CI setup added
53c2d66
- v0.8.6 postgrex dependency fix
42b2606
- v0.8.5 dependencies made optional
bb6bab9
- Added PaperTrail.Multi to readme along with docs update
5563a3c
v0.8.4
16 December 2019
Release 0.12.0
[email protected] changelog:preview
node_modules/.bin/auto-changelog --stdout --commit-limit false --package -u --sort-commits date-desc
Changelog
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
Generated by auto-changelog
.
v0.11.3
- Support Ecto Embed
#112
- Refactor Duplicated Code
#124
- Enable capture_log to make test output readable
#123
- Run Formatter
#122
- Fix Dialyzer Specs
#120
- add .dockerignore
58ab072
v0.11.3
8 December 2020
v0.11.2
7 December 2020
v0.11.1
6 December 2020
- github docker registry support
#119
- initial github-actions test
#118
- Allow to configure Originator Field Options
#115
- Misc doc changes
#117
- Bump ecto_sql from 3.4.5 to 3.5.3
#116
- Bump postgrex from 0.15.6 to 0.15.7
#113
- Dump fields using Ecto when serializing changes
#83
- Release 0.11.1
0962491
- release-it added
3c7666c
- v0.11.0 release
957a4bd
- CI fix & last contributors added to README.md
e73107c
- v0.10.1 release elixir 1.11 support & rm warning
f0981b9
- v0.10.0 release PaperTrail.Serializer & deps up
4787177
- mix.lock update after deps upgrade
97a875c
- add last contributors to README
675d502
- v0.9.0 flexible %PaperTrail.Version[:inserted_at]
5108680
v0.9.0
1 October 2020
- Bump postgrex from 0.15.3 to 0.15.6
#107
- Make Version schema's timestamps type configurable
#108
- add support for ecto options in insert and insert! functions
#102
- Require ex_doc dependency only for ":docs".
#101
- Support :returning option in update
#95
- Update installation version in README.md
#90
- Bump ecto_sql from 3.4.2 to 3.4.3
#81
- Bump ecto from 3.4.1 to 3.4.2
#80
- Bump ecto_sql from 3.4.1 to 3.4.2
#78
- Bump ecto from 3.4.0 to 3.4.1
#79
- Allow named operations[model_key and version_key] on Ecto.Multi
#75
- Bump ecto from 3.3.0 to 3.3.3
#68
- Make it compatible with mariadb
#71
- Require postgrex and jason only for dev and test
#70
- v0.9.0 flexible %PaperTrail.Version[:inserted_at]
ac87558
- version_test tests now has utc_datetime fixtures
551b6f6
- v0.8.8 added docs
d2bb0cb
- v0.8.8 release PaperTrail.insert :ecto_options
48a1639
- base_test.exs test_helpers fixed
51d2e2f
- renamed test/paper_trail/base_tests.exs to test/paper_trail/base_test.exs
291b267
- tests fixed
f3958fc
- v0.8.7 :model_key & :version_key for PaperTrail.insert and pkg upgrades
5d8a6f6
- bugfix for :model_key and :version_key feature:
058a84f
- further runtime optimization for CI
98522f0
- backend docker service renamed to paper_trail
92616f0
- single step CI optimization
1215660
- highly optimized elixir container builds
0717b9c
- trial without postgres client
a0710a7
- CI is finally fixed
b38f59b
- new test folder restructre for CI
8984ac1
- seperating UUID tests from the test trial
05c9560
- repo configurations on tests are now loaded lazily
0fa068f
- CI test fix
8b8f5e2
- initial docker-compose based CI
1bc34d1
- mix format run
7c40472
- basic CI setup added
53c2d66
- v0.8.6 postgrex dependency fix
42b2606
- v0.8.5 dependencies made optional
bb6bab9
- Added PaperTrail.Multi to readme along with docs update
5563a3c
v0.8.4
16 December 2019
- Ecto Multi Support Proposition
#62
- v0.8.4 release PaperTrail.Multi for multi manipulation and ecto upgrades
200a1e1
- v0.8.3 PaperTrail.delete accepts changeset
7b37739
v0.8.3
10 September 2019
- Support delete with changeset
#59
- v0.8.3 PaperTrail.delete accepts changeset
8199229
- Changelog update
d732341
- v0.8.2 docs update
9b490ca
[v0.8.2]...
Release 0.11.3
[email protected] changelog:preview
node_modules/.bin/auto-changelog --stdout --commit-limit false --package -u --sort-commits date-desc
Changelog
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
Generated by auto-changelog
.
v0.11.2
- changelog is now date desc sorted
65f625d
v0.11.2
7 December 2020
v0.11.1
6 December 2020
- github docker registry support
#119
- initial github-actions test
#118
- Allow to configure Originator Field Options
#115
- Misc doc changes
#117
- Bump ecto_sql from 3.4.5 to 3.5.3
#116
- Bump postgrex from 0.15.6 to 0.15.7
#113
- Dump fields using Ecto when serializing changes
#83
- Release 0.11.1
0962491
- release-it added
3c7666c
- v0.11.0 release
957a4bd
- CI fix & last contributors added to README.md
e73107c
- v0.10.1 release elixir 1.11 support & rm warning
f0981b9
- v0.10.0 release PaperTrail.Serializer & deps up
4787177
- mix.lock update after deps upgrade
97a875c
- add last contributors to README
675d502
- v0.9.0 flexible %PaperTrail.Version[:inserted_at]
5108680
v0.9.0
1 October 2020
- Bump postgrex from 0.15.3 to 0.15.6
#107
- Make Version schema's timestamps type configurable
#108
- add support for ecto options in insert and insert! functions
#102
- Require ex_doc dependency only for ":docs".
#101
- Support :returning option in update
#95
- Update installation version in README.md
#90
- Bump ecto_sql from 3.4.2 to 3.4.3
#81
- Bump ecto from 3.4.1 to 3.4.2
#80
- Bump ecto_sql from 3.4.1 to 3.4.2
#78
- Bump ecto from 3.4.0 to 3.4.1
#79
- Allow named operations[model_key and version_key] on Ecto.Multi
#75
- Bump ecto from 3.3.0 to 3.3.3
#68
- Make it compatible with mariadb
#71
- Require postgrex and jason only for dev and test
#70
- v0.9.0 flexible %PaperTrail.Version[:inserted_at]
ac87558
- version_test tests now has utc_datetime fixtures
551b6f6
- v0.8.8 added docs
d2bb0cb
- v0.8.8 release PaperTrail.insert :ecto_options
48a1639
- base_test.exs test_helpers fixed
51d2e2f
- renamed test/paper_trail/base_tests.exs to test/paper_trail/base_test.exs
291b267
- tests fixed
f3958fc
- v0.8.7 :model_key & :version_key for PaperTrail.insert and pkg upgrades
5d8a6f6
- bugfix for :model_key and :version_key feature:
058a84f
- further runtime optimization for CI
98522f0
- backend docker service renamed to paper_trail
92616f0
- single step CI optimization
1215660
- highly optimized elixir container builds
0717b9c
- trial without postgres client
a0710a7
- CI is finally fixed
b38f59b
- new test folder restructre for CI
8984ac1
- seperating UUID tests from the test trial
05c9560
- repo configurations on tests are now loaded lazily
0fa068f
- CI test fix
8b8f5e2
- initial docker-compose based CI
1bc34d1
- mix format run
7c40472
- basic CI setup added
53c2d66
- v0.8.6 postgrex dependency fix
42b2606
- v0.8.5 dependencies made optional
bb6bab9
- Added PaperTrail.Multi to readme along with docs update
5563a3c
v0.8.4
16 December 2019
- Ecto Multi Support Proposition
#62
- v0.8.4 release PaperTrail.Multi for multi manipulation and ecto upgrades
200a1e1
- v0.8.3 PaperTrail.delete accepts changeset
7b37739
v0.8.3
10 September 2019
- Support delete with changeset
#59
- v0.8.3 PaperTrail.delete accepts changeset
8199229
- Changelog update
d732341
- v0.8.2 docs update
9b490ca
v0.8.2
29 June 2019
v0.8.1
2 November 2018
Release 0.11.2
[email protected] changelog:preview /home/izelnakri/Github/paper_trail
auto-changelog --stdout --commit-limit false --package -u
Changelog
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
Generated by auto-changelog
.
v0.11.1
v0.11.1
6 December 2020
- github docker registry support
#119
- initial github-actions test
#118
- Allow to configure Originator Field Options
#115
- Misc doc changes
#117
- Bump ecto_sql from 3.4.5 to 3.5.3
#116
- Bump postgrex from 0.15.6 to 0.15.7
#113
- Dump fields using Ecto when serializing changes
#83
- release-it added
3c7666c
- v0.10.0 release PaperTrail.Serializer & deps up
4787177
- v0.9.0 flexible %PaperTrail.Version[:inserted_at]
5108680
- v0.10.1 release elixir 1.11 support & rm warning
f0981b9
- Release 0.11.1
0962491
- mix.lock update after deps upgrade
97a875c
- v0.11.0 release
957a4bd
- CI fix & last contributors added to README.md
e73107c
- add last contributors to README
675d502
v0.9.0
1 October 2020
- Bump postgrex from 0.15.3 to 0.15.6
#107
- Make Version schema's timestamps type configurable
#108
- add support for ecto options in insert and insert! functions
#102
- Require ex_doc dependency only for ":docs".
#101
- Support :returning option in update
#95
- Update installation version in README.md
#90
- Bump ecto_sql from 3.4.2 to 3.4.3
#81
- Bump ecto from 3.4.1 to 3.4.2
#80
- Bump ecto_sql from 3.4.1 to 3.4.2
#78
- Bump ecto from 3.4.0 to 3.4.1
#79
- Allow named operations[model_key and version_key] on Ecto.Multi
#75
- Bump ecto from 3.3.0 to 3.3.3
#68
- Make it compatible with mariadb
#71
- Require postgrex and jason only for dev and test
#70
- Added PaperTrail.Multi to readme along with docs update
5563a3c
- v0.9.0 flexible %PaperTrail.Version[:inserted_at]
ac87558
- v0.8.7 :model_key & :version_key for PaperTrail.insert and pkg upgrades
5d8a6f6
- repo configurations on tests are now loaded lazily
0fa068f
- v0.8.8 added docs
d2bb0cb
- basic CI setup added
53c2d66
- seperating UUID tests from the test trial
05c9560
- initial docker-compose based CI
1bc34d1
- v0.8.5 dependencies made optional
bb6bab9
- v0.8.6 postgrex dependency fix
42b2606
- further runtime optimization for CI
98522f0
- mix format run
7c40472
- highly optimized elixir container builds
0717b9c
- bugfix for :model_key and :version_key feature:
058a84f
- single step CI optimization
1215660
- CI test fix
8b8f5e2
- new test folder restructre for CI
8984ac1
- v0.8.8 release PaperTrail.insert :ecto_options
48a1639
- version_test tests now has utc_datetime fixtures
551b6f6
- backend docker service renamed to paper_trail
92616f0
- tests fixed
f3958fc
- base_test.exs test_helpers fixed
51d2e2f
- CI is finally fixed
b38f59b
- trial without postgres client
a0710a7
- renamed test/paper_trail/base_tests.exs to test/paper_trail/base_test.exs
291b267
v0.8.4
16 December 2019
- Ecto Multi Support Proposition
#62
- v0.8.3 PaperTrail.delete accepts changeset
7b37739
- v0.8.4 release PaperTrail.Multi for multi manipulation and ecto upgrades
200a1e1
v0.8.3
10 September 2019
- Support delete with changeset
#59
- v0.8.2 docs update
9b490ca
- v0.8.3 PaperTrail.delete accepts changeset
8199229
- Changelog update
d732341
v0.8.2
29 June 2019
v0.8.1
2 November 2018
- Ecto 3.0-rc.1 support
#51
- Update Readme.md to the most recent version of paper_trail: 0.8
#47
- get model id simply, and type check
#42
- Code refactor for tracking methods
#37
- fixed for non-regular primary key
#40
- warning: clauses for the same def should be grouped together
#35
- Add multi tenancy capabilities with ecto meta prefix
#25
- Add custom types for item_id and originator_id [
#20
](https://github.com/iz...
Release 0.11.1
[email protected] changelog:preview /home/izelnakri/Github/paper_trail
auto-changelog --stdout --commit-limit false --package -u
Changelog
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
Generated by auto-changelog
.
v0.11.0
- github docker registry support
#119
- initial github-actions test
#118
- Allow to configure Originator Field Options
#115
- Misc doc changes
#117
- Bump ecto_sql from 3.4.5 to 3.5.3
#116
- Bump postgrex from 0.15.6 to 0.15.7
#113
- Dump fields using Ecto when serializing changes
#83
- release-it added
3c7666c
- v0.10.0 release PaperTrail.Serializer & deps up
4787177
- v0.9.0 flexible %PaperTrail.Version[:inserted_at]
5108680
- v0.10.1 release elixir 1.11 support & rm warning
f0981b9
- mix.lock update after deps upgrade
97a875c
- v0.11.0 release
957a4bd
- CI fix & last contributors added to README.md
e73107c
- add last contributors to README
675d502
v0.9.0
1 October 2020
- Bump postgrex from 0.15.3 to 0.15.6
#107
- Make Version schema's timestamps type configurable
#108
- add support for ecto options in insert and insert! functions
#102
- Require ex_doc dependency only for ":docs".
#101
- Support :returning option in update
#95
- Update installation version in README.md
#90
- Bump ecto_sql from 3.4.2 to 3.4.3
#81
- Bump ecto from 3.4.1 to 3.4.2
#80
- Bump ecto_sql from 3.4.1 to 3.4.2
#78
- Bump ecto from 3.4.0 to 3.4.1
#79
- Allow named operations[model_key and version_key] on Ecto.Multi
#75
- Bump ecto from 3.3.0 to 3.3.3
#68
- Make it compatible with mariadb
#71
- Require postgrex and jason only for dev and test
#70
- Added PaperTrail.Multi to readme along with docs update
5563a3c
- v0.9.0 flexible %PaperTrail.Version[:inserted_at]
ac87558
- v0.8.7 :model_key & :version_key for PaperTrail.insert and pkg upgrades
5d8a6f6
- repo configurations on tests are now loaded lazily
0fa068f
- v0.8.8 added docs
d2bb0cb
- basic CI setup added
53c2d66
- seperating UUID tests from the test trial
05c9560
- initial docker-compose based CI
1bc34d1
- v0.8.5 dependencies made optional
bb6bab9
- v0.8.6 postgrex dependency fix
42b2606
- further runtime optimization for CI
98522f0
- mix format run
7c40472
- highly optimized elixir container builds
0717b9c
- bugfix for :model_key and :version_key feature:
058a84f
- single step CI optimization
1215660
- CI test fix
8b8f5e2
- new test folder restructre for CI
8984ac1
- v0.8.8 release PaperTrail.insert :ecto_options
48a1639
- version_test tests now has utc_datetime fixtures
551b6f6
- backend docker service renamed to paper_trail
92616f0
- tests fixed
f3958fc
- base_test.exs test_helpers fixed
51d2e2f
- CI is finally fixed
b38f59b
- trial without postgres client
a0710a7
- renamed test/paper_trail/base_tests.exs to test/paper_trail/base_test.exs
291b267
v0.8.4
16 December 2019
- Ecto Multi Support Proposition
#62
- v0.8.3 PaperTrail.delete accepts changeset
7b37739
- v0.8.4 release PaperTrail.Multi for multi manipulation and ecto upgrades
200a1e1
v0.8.3
10 September 2019
- Support delete with changeset
#59
- v0.8.2 docs update
9b490ca
- v0.8.3 PaperTrail.delete accepts changeset
8199229
- Changelog update
d732341
v0.8.2
29 June 2019
v0.8.1
2 November 2018
- Ecto 3.0-rc.1 support
#51
- Update Readme.md to the most recent version of paper_trail: 0.8
#47
- get model id simply, and type check
#42
- Code refactor for tracking methods
#37
- fixed for non-regular primary key
#40
- warning: clauses for the same def should be grouped together
#35
- Add multi tenancy capabilities with ecto meta prefix
#25
- Add custom types for item_id and originator_id
#20
- Bang operations: PaperTrail.insert!, PaperTrail.update!, PaperTrail.delete!
#13
- Custom originator params
#12
- fix test warnings
#11
- strict_mode
#9
- setter_id foreign_key to strict versions [
#10
](https://github.com/izelnakri...