Skip to content

Latest commit

 

History

History
62 lines (36 loc) · 1.53 KB

CHANGELOG.md

File metadata and controls

62 lines (36 loc) · 1.53 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.0.4]

Added

  • Add Rails System Testing, with only one implemented test for now.
  • Add Solargraph for better autocomplete in development.
  • Add VS Code launch configs to allow easy running and debugging of both Rails/Ruby and client/Javascript.

Changed

  • Replace jQuery UI Sortable with Sortable.
  • Update to latest Ruby and Javascript dependencies.
  • Update installed VS Code extensions for dev container to match recommended extensions.

Fixed

  • Fix duplicate element ID warnings for items.
  • Update bundler to 2.x in dev container so Gemfile works as expected.

Removed

  • Remove CoffeeScript, replace with plain Javascript.

[1.0.3]

Added

  • Use Prettier for all formatting.
  • Use RuboCop for linting.
  • Use rake/rails for common tasks.

Changed

  • Apply Prettier formatting to all supported files.

[1.0.2]

Fixed

  • Fix edit item display issue in Chrome.

[1.0.1]

Added

  • Add a version file for reference.
  • Display version in app footer.

[1.0.0]

Added

  • First "released" version.