Skip to content

Releases: jlurena/active_cached_resource

v0.1.9

08 Feb 21:08
203fc42
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.8...v0.1.9

v0.1.8

08 Feb 21:08
Compare
Choose a tag to compare

Full Changelog: v0.1.7...v0.1.8

v0.1.7

08 Feb 21:08
92a023d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.6...v0.1.7

v0.1.6

15 Jan 19:55
af7f88a
Compare
Choose a tag to compare

What's Changed

[0.1.6] - 2024-01-15

  • Renamed ActiveResource::Collection#refresh to #reload to match Rails ORM naming convention.
  • Added a ActiveResource::Collection.none class method similar to Rails ActiveRecord::QueryMethods.none
  • Enhanced ActiveResource::Collection#where so that it returns ActiveResource::Collection.none if resource_class is missing.
    • This is useful for when where clauses are chained on an empty ActiveResource::Collection

Full Changelog: v0.1.5...v0.1.6

v0.1.5

15 Jan 19:55
e4323b1
Compare
Choose a tag to compare

What's Changed

[0.1.5] - 2024-01-09

  • Added callbacks to cache:
    • Create/POST, refresh cache after successful POST request
    • Update/PUT, refresh cache after successful PUT request
    • Destroy/DELETE, invalidate cache after successful DELETE request
  • Fixed issue with generator for SQLCache strategy tables

Full Changelog: v0.1.4...v0.1.5

v0.1.4

15 Jan 19:54
Compare
Choose a tag to compare

What's Changed

  • Improve collection, separate from ar model by @jlurena in #3
  • Change method name from #clear to #clear_cache by @jlurena in #4
  • Update release.yml by @jlurena in #5

Full Changelog: v0.1.3...v0.1.4

v0.1.3

20 Dec 22:26
Compare
Choose a tag to compare

[0.1.3] - 2024-12-19

  • Minor patch on ActiveResource. Removed deprecator log.

Full Changelog: v0.1.2...v0.1.3

v0.1.2

20 Dec 22:26
Compare
Choose a tag to compare

[0.1.2] - 2024-12-19

  • Minor patch on ActiveResource::Collection initializing attributes.

Full Changelog: v0.1.1...v0.1.2

v0.1.1

20 Dec 22:25
Compare
Choose a tag to compare

[0.1.1] - 2024-12-17

  • Added ruby yard documentation
  • Added LICENSE
  • Improved gemspec
  • Changed name of ActiveSupport::Cache adapter from active_support to active_support_cache

Full Changelog: v0.1.0...v0.1.1

v0.1.0

20 Dec 22:24
Compare
Choose a tag to compare

[0.1.0] - 2024-12-16

  • Initial release

Full Changelog: v0.0.1.pre...v0.1.0