Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 1.4 KB

CHANGELOG.md

File metadata and controls

50 lines (30 loc) · 1.4 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.

0.0.5 - 2021-09-19

Added

  • Option to rename the anonymous controller

0.0.4 - 2021-09-13

Fixed

  • The routes get set more consistently

0.0.3 - 2021-08-06

Added

  • Support for multiple test classes in one file

0.0.2 - 2021-08-02

Fixed

  • Ensures that the ActiveSupport.on_load(:action_dispatch_integration_test) hook runs

0.0.1 - 2021-08-01

Added

  • Ability to create an anonymous controller in a Rails integration test
  • Ability to create views for the controller
  • A default resources route
  • Ability to customize the route