paper_trail v0.11.3 Release Notes

Release Date: 2020-12-08 // over 3 years ago
  • paper_[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

    • ๐Ÿš€ Release 0.11.2 f3dbed3
    • ๐Ÿš€ @release-it-regex-bumper trial 704d6e2
    • ๐Ÿš€ Release 0.11.1 8c8c29a

    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

    • Remove repo module attribute from version_queries #55
    • ๐Ÿš€ v0.8.2 release 060b781

    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
    • 0๏ธโƒฃ Support Ecto 2.1, by using utc_datetime as default #5
    • โž• Adding index #2
    • ๐Ÿ”ง Configurable repo module #1
    • ๐Ÿš€ v0.8.1 release + docs update bde413c
    • ๐Ÿš€ v0.8.0 release 6ae2231
    • โšก๏ธ Updated README.md 4cc2cc0
    • ๐Ÿš€ 0.8.0 release 113ff97
    • โœ… STR to STRING_TEST 9cc9a02
    • โœ… test with env e1867b1
    • โšก๏ธ a missing migration added with updated docs 14ee50e
    • ๐Ÿš€ 0.7.9 release b89a480
    • ๐Ÿ›  fixed for non-regular primary key with test 2ced4a2
    • ๐Ÿš€ 0.7.8 release elixir formatter ea407dc
    • dried up condition on changeset_data c6c1e7d
    • โšก๏ธ Update README.md c2b09c0
    • ๐Ÿ— wrong build display removed d7fe6dd
    • ๐Ÿ›  Fix elixir warning 63c0127
    • ๐Ÿš€ 0.7.7 release 0e978bf
    • longer line made more readable 7b7537a
    • ๐Ÿ›  fixed not running tests d80ac23
    • ๐Ÿ”จ Refactor to use not create variables in the version schema module 6279d19
    • Replace use of module attribute to reference repo, originator, and repo_client, was causing problem not getting the correct config value 55e6666
    • ๐Ÿ“š Documentation update 549fd9d
    • ๐Ÿš€ v0.7.6 release = multi-tenancy support b95c1d9
    • โž• Add some additional assertions in tests 1359026
    • Propagate options to repo actions in delete functions 64231d7
    • โž• Add final refactor to example app test files ead9cc6
    • Remove changeset_helper.exs and query_helper.exs from example/test/support 0604631
    • โž• Add dreamingechoes to credits section in README.md c50eef8
    • Add multi tenancy tests in version_queries_test file 5f51b7e
    • Add some changes to the previous code added in paper_trail_version_test file 7414a66
    • Add multi tenancy tests in paper_trail_version_test file b914cfd
    • Require new support helper in lib test_helper file cf638d6
    • โž• Add changes in tests to use new definition of Version functions with new params 8a42220
    • โž• Add new functions for multi tenancy in lib/version.ex a1ffd44
    • โž• Add new count functions for multi tenancy in test support models 8a2dfb5
    • Add tests for multi tenant in bang_functions_strict_mode_test 95b3312
    • Add tests for multi tenant in bang_functions_simple_mode_test d01fedf
    • Add new multi_tenant_person_test file 96ecccd
    • Add new multi_tenant_company_test file 4975d2b
    • โž• Add refactor in example person test in order to use helpers 77b669c
    • โž• Add refactor in example company test in order to use helpers 9bd355f
    • Require new support helpers in example test_helper file 2c4aa4d
    • โž• Add new ChangesetHelper module into example test support folder c62150e
    • โž• Add new QueryHelper module into example test support folder f2519db
    • โž• Add new MultiTenantHelper module into lib test support folder a50177a
    • โž• Add new MultiTenantHelper module into example test support folder 696a6c3
    • โž• Add some multi tenancy documentation on README.md 4ef58a0
    • ๐Ÿ”„ Change param names in defdelegates for better readability 83a0d7a
    • โœ‚ Remove result type from PaperTrail.VersionQueries and specifies the value on the spec ad52cb4
    • โž• Add new definitions for all the functions in PaperTrail.VersionQueries e71b3d4
    • ๐Ÿ”€ Add new definition for version_query function to merge options into the Ecto query 59f34c4
    • โž• Add defdelegate in PaperTrail module to PaperTrail.VersionQueries d4d8e40
    • Add patter matching case for nil prefix on add_prefix function 61737dc
    • โž• Add default value for the new :prefix option on the functions definitions c27bbc8
    • Add new add_prefix function in paper_trail module e9f28cb
    • ๐Ÿ”„ change of a fix 968a0b0
    • code_evals to fix the ci aa80590
    • ๐Ÿ‘ท run mix test in trace mode to fix CI 5fd9ed6
    • last ci fix 61956d7
    • โœ… another change for tests 67b56c4
    • ๐Ÿ‘ท another test for CI 6b76c91
    • ๐Ÿ‘ท small fix for CI 83a3c08
    • ๐Ÿ“„ circle fix with new docs d3ceb52
    • โšก๏ธ credits and version update 0bfcdbf
    • โœ… Test papertail versions using UUID columns ae834f9
    • Fixed belongs_to field type e22cba9
    • Added custom types for item_id and originator_id 8efa0f7
    • ๐Ÿ“š documentation fix da69fc5
    • ๐Ÿš€ 0.7.4 release Version.first() && Version.last() eb51f4f
    • โœ… example tests are fixed 9852dc3
    • ๐Ÿš€ 0.7.3 release c0cdd38
    • ๐Ÿ›  small bugfix for strict inserts with no changeset! e91d982
    • ๐Ÿ›  small README fixes 850a252
    • ๐Ÿš€ 0.7.2 release 9be8e9a
    • ๐Ÿš€ 0.7.2 release b5e1e16
    • โšก๏ธ README updated d40508a
    • โœ… bang functions completely tested on strict mode cc855d7
    • โœ… bang function tests for simple mode is complete 0e75a7d
    • ๐Ÿ‘ better structure for tests cf30124
    • ๐ŸŽ‰ initial hashbang designs 9b01c35
    • ๐ŸŽ‰ initial design 88387b9
    • ๐Ÿš€ 0.7.0 release 21fdd16
    • โšก๏ธ tests updated for originator params feature 7e243a0
    • โœ… logic is complete detailed tests are missing 9d9ba81
    • small changes c825c1b
    • credits README fix 2c08bce
    • ๐Ÿš€ 0.6.3 release and README credits. fba3c64
    • โœ… small counter test fix 4f77c9f
    • ๐Ÿš€ v0.6.2 release small adjustments 5607376
    • ๐Ÿ›  0.6.1 release small mix build bugfix 066f287
    • ๐Ÿš€ 0.6.0 release 7f56090
    • ๐Ÿ“š small documentation edits 22d283b
    • ๐Ÿ“š documentation changes 00eae33
    • setter renamed to originator 0129c68
    • ๐Ÿ“š major documentation change 8e424cf
    • ๐Ÿšš move comment below d2284a2
    • ๐Ÿ“š ongoing documentation c7230f7
    • โšก๏ธ some updates 2fb204b
    • โœ… setter_id logic complete with tests 340d2fe
    • setter foreign_key initial design 762f7d5
    • ๐Ÿ“š documentation update 303ab1f
    • ๐Ÿ“š test and documentation update 8a851b4
    • sourced_by changed to set_by, paper trail errors now match Ecto.Repo 1b2cb7b
    • simple paper trail tests done for stict_mode 711404d
    • โœ… tests are now more readable 263ebe9
    • โœ… strict_mode tests added 750a305
    • coming soon strict mode b821fd8
    • โœ… strict mode sketch written, tests are adjusted to changeless misses strict mode 7aff1db
    • โฌ†๏ธ ex_doc upgrade 5cd097c
    • ๐Ÿš€ 0.5.3 release 627f051
    • ๐Ÿ‘ better dependency versioning 0a18c05
    • small readme adjustments fb32b33
    • ๐Ÿ— build server fix 259eb4f
    • badges added to README 5124f78
    • ๐Ÿš€ 0.5.2 release updated dependencies c2c466c
    • ๐Ÿš€ 0.5.0 release f4be348
    • slight changes to README b7d71b8
    • ๐Ÿ”– version bump f6497f0
    • โšก๏ธ Update installation steps b0e22ed
    • Prevent memory leak by using String.to_existing_atom c00678b
    • ๐Ÿ”ง Configurable Repo module ce91e32
    • โœ… migration added for examples on test d3bde7b
    • ๐Ÿšš small remove b66c52a
    • ๐Ÿšš travis removed for circleci f3050f4
    • travis elixir version up 77e1f4c
    • โฌ‡๏ธ otp version downgrade for travis 99e5ca3
    • ๐Ÿ‘ท travis CI added de258a8
    • ๐Ÿ›  small fixes to README fe9ac0d
    • ๐Ÿ“š small documentation changes 1af92b9
    • โฌ†๏ธ upgrade to 1.6 44e18ad
    • ๐Ÿ“š DOCUMENTATION UPDATE b9d3ab4
    • ๐Ÿ‘ better dependency versioning 1feba56
    • โฌ†๏ธ doc and version upgrade 1bc99da
    • โšก๏ธ small doc update 24b2e66
    • โšก๏ธ small doc update b354254
    • โšก๏ธ small doc update 46a8032
    • ๐Ÿ“š documentation update cb56f40
    • PaperTrail.get_current\1 added dc6eb6d
    • ๐Ÿ”– version bump 324efe5
    • ๐Ÿ“š documentation updated for the library ef33f2c
    • โœ… PaperTrail.VersionQueries module with first good tests 68a60ee
    • โœ… paper trail version queries test setup 8d02e47
    • ๐Ÿšš some compiler warnings removed 29de7ca
    • โœ… examples tests are ported to the actual library directory 64e8c7e
    • โœ‚ removed unused code thanks to the compiler b4246e2
    • initial tests on actual paper_trail directory similar to the ones on examples 05ddb6c
    • ๐Ÿ”จ small ect odeprecation refactoring 9e2b340
    • โœ… paper trail alpha version complete with example tests c605bf5
    • โœ… person tests continues cdd6f87
    • โœ… PaperTrail.insert passes now fully with model relationships, it is also tested 5218fac
    • small fix 5033788
    • ๐Ÿ‘ smarter insert tracking now support models which has belongs to b3c2a24
    • โœ… person test added 6875067
    • ๐Ÿ”จ model refactors bf290b5
    • awesome create update and destroy test cases finished for company modal with paper_trail 42b5853
    • โšก๏ธ awesome update test case added bcd30f7
    • ๐Ÿ”– version bump 2973269
    • originator field removed from the paper_trail library 9b7ba24
    • โœ… first very good test fadb54a
    • ๐Ÿ”ง final configuration ready for tests f2f5d59
    • ๐Ÿ”ง test environment configuration 1fbccdd
    • making library work with any Elixir project ddef880
    • example folder added 95a0ec7
    • relationship added for example 17c7a51
    • migration files and example app created 9fcdff4
    • ๐Ÿ“š documentation start b3110d0
    • โœ… test preparation 471c929
    • some logic added f725ba6
    • mix task added: mix paper_trail.install 73eb8b4
    • init 00f95dc