Releases: avonderluft/occams
Releases · avonderluft/occams
v1.1.1.1
What's Changed
- bump to Rails 7.1.3.3
- bugfix: uploaded files index page was blank
- create cms:image tag, simplifying from cms:file_link
- add 'title' attribute to images
- update and optimize test suite
- dropped support for ruby < 3.0 - no longer supported
Full Changelog: v1.1.0...v1.1.1
v1.1.0
- full Rails 7.1 compatibility, all tests passing
- corrected bug in siblings tag to not display links to unpublished pages
- children lists and sibling navs are updated after page create, update, delete
- fixed zeitwerk check failures
- updated README
v1.0.8
- Updated configs, et al. in pursuit of Rails 7.1 compatibility
- Added explicit coder for serialize commands
- Added ActiveRecord Adapter (database) info to admin footer
- Added commented defaults for MySQL and Postgres to database.yml
- Updated documentation
- Refactored lib files for better test coverage awareness
Full Changelog: v1.0.7.3...v1.0.8
v1.0.7.3
What's Changed
- Fixed edge case with siblings tag when current page is excluded
- Git ignore all sqlite* files for testing
- Small testing refinements
- Prep for Rails 7.1 compatibility
- Bugfix for siblings tag by @avonderluft in #15
Full Changelog: v1.0.7.2...v1.0.7.3
v1.0.7.2
- Pulled will_paginate option out in favor of Kaminari
- Switched CI from Buildkite to Github actions
- Improved test coverage to 99+
- Removed backward compatibility to Rails prior to 6.x
v.1.0.7.1
- Addressed deprecations for file type 'image/jpg'
- Added github workflow for tests, lints and audits
- Fixed some flagged security warnings
- Bumped rubocop version to latest
- Updated some testing parameters
v1.0.7
What's Changed
- update coveralls Coverage reporting
- add minitest-reporters for test output
- adjust tests to accomodate varying macos and linux outputs
- refine test for 'children' tag
- linting and 1 typo
- add Build Status and Coveralls Coverage Status to README
Full Changelog: v.1.0.6.1...v1.0.7
v.1.0.6.1
- Fixed siblings and children nav tags which as written had problems creating child pages in the admin panel
Full Changelog: v1.0.6...v.1.0.6.1
v1.0.6
What's Changed
- Fixed cms:siblings Nav tag to handle edge case when page(s) are excluded by the
exclude
parameter - Added cms:children Nav tag to render unordered list of links for children of current page
Full Changelog: v1.0.5...v1.0.6
v1.0.5
What's Changed
- All tests now green on Rails 6.1 and 7.0, each tested with rubies 2.7.8, 3.1.4 and 3.2.2.
- Tests added for new tags
- TODO: set up CI pipeline
Full Changelog: v1.0.4...v1.0.5