Releases: jlurena/active_cached_resource
Releases · jlurena/active_cached_resource
v0.1.9
v0.1.8
Full Changelog: v0.1.7...v0.1.8
v0.1.7
v0.1.6
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 RailsActiveRecord::QueryMethods.none
- Enhanced
ActiveResource::Collection#where
so that it returnsActiveResource::Collection.none
ifresource_class
is missing.- This is useful for when
where
clauses are chained on an emptyActiveResource::Collection
- This is useful for when
Full Changelog: v0.1.5...v0.1.6
v0.1.5
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
v0.1.3
[0.1.3] - 2024-12-19
- Minor patch on ActiveResource. Removed deprecator log.
Full Changelog: v0.1.2...v0.1.3
v0.1.2
[0.1.2] - 2024-12-19
- Minor patch on ActiveResource::Collection initializing attributes.
Full Changelog: v0.1.1...v0.1.2
v0.1.1
[0.1.1] - 2024-12-17
- Added ruby yard documentation
- Added LICENSE
- Improved gemspec
- Changed name of ActiveSupport::Cache adapter from
active_support
toactive_support_cache
Full Changelog: v0.1.0...v0.1.1