Release 0.14.3
paper_trail@0.14.2 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.14.2
- avoid compile-time dependency with Application.get_env at macro
#158 - Bump docker/build-push-action from 2.6.1 to 2.7.0
#156 - Bump docker/setup-buildx-action from 1.5.1 to 1.6.0
#157 - Bump docker/login-action from 1.9.0 to 1.10.0
#149 - Bump docker/build-push-action from 2.4.0 to 2.6.1
#151 - Bump docker/setup-buildx-action from 1.3.0 to 1.5.1
#155 - update dependencies & formatting
cbc6e60 - .env fix
643d4a8
v0.14.2
30 May 2021
- Bump docker/setup-buildx-action from 1 to 1.3.0
#142 - Bump docker/login-action from 1 to 1.9.0
#143 - Bump actions/cache from 2.1.5 to 2.1.6
#147 - Bump actions/checkout from 2 to 2.3.4
#144 - Bump docker/build-push-action from 2 to 2.4.0
#145 - add insert_or_update/2 and insert_or_update!/2
#141 - Release 0.14.2
v0.14.1
25 May 2021
v0.14.0
25 May 2021
- Use model_key for insert in strict mode and add initial_version_key
#146 - Bump actions/cache from v2.1.4 to v2.1.5
#138 - Release 0.14.0
a17cafe - add initial_version_key
0465900 - use model_key for insert in strict mode
2e08df2
v0.13.0
24 April 2021
- (chore): add support for using PaperTrail.Multi directly
#140 - Release 0.13.0
c7980bd - add Francisco Correia to credits
2eb8d7e
v0.12.4
20 April 2021
v0.12.3
26 March 2021
v0.12.2
26 March 2021
- fix: typespecs
#135 - Bump actions/cache from v2 to v2.1.4
#130 - Release 0.12.2
4a39e05 - 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
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
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
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
- 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