# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [0.2.0](https://github.com/learningtapestry/lcms-engine/compare/v0.1.2...v0.2.0) - 2020.04.27 ### Added - Add cache to index pages: Access codes, Standards, Users [@paranoicsan](https://github.com/paranoicsan) - Add `reimported_at` field to Document object [@paranoicsan](https://github.com/paranoicsan) ### Changes - [BREAKING] Bump Rails from 4.2 to 5.2 [@paranoicsan](https://github.com/paranoicsan), [@rradonic](https://github.com/rradonic) - Bump rubyzip from 1.3 to 2 and stick it to version 2 and above ### Removed - Remove explicit cache setup. Should be defined in the host application [@paranoicsan](https://github.com/paranoicsan) - Remove [newrelic_rpm gem](https://github.com/newrelic/rpm). One should be added directly to a host application [@paranoicsan](https://github.com/paranoicsan) - Remove [readthis gem](https://github.com/sorentwo/readthis). Rails 5.2 has built-in replacement [@paranoicsan](https://github.com/paranoicsan) ## [0.1.2](https://github.com/learningtapestry/lcms-engine/compare/v0.1.0...v0.1.2) - 2020.04.23 ### Added - Add Docker support [@paranoicsan](https://github.com/paranoicsan) ### Changed - Assets optimization [@paranoicsan](https://github.com/paranoicsan) - Replace [capybara-selenium](https://github.com/dsaenztagarro/capybara-selenium) with [selenium-webdriver](https://rubygems.org/gems/selenium-webdriver) [@paranoicsan](https://github.com/paranoicsan) ### Removed - Remove [I18n.js gem](https://github.com/fnando/i18n-js) [@paranoicsan](https://github.com/paranoicsan) ### Fixed - Fix preview path on admin panel documents and materials index page [@paranoicsan](https://github.com/paranoicsan) - Fix parse loop when content of the tag contains tag name [@paranoicsan](https://github.com/paranoicsan) - Fix possible grade leading zeros [@shlag3n](https://github.com/shlag3n) - Fix nested jobs concern [@shlag3n](https://github.com/shlag3n) ## [0.1.0] - 2020.01.13 - Initial release