All notable changes to this project will be documented in this file.
This change log adheres to keepachangelog.com.
1.2.0 - 2024-04-19
- Add support for parameters as Array
1.1.0 - 2024-02-09
- Add eslint-disable comment not to affect eslint format
- Update generated scripts to adopt eslint rule
1.0.0 - 2022-05-13
- Remove codeclimate and execute rubocop in github actions
- Update corporate name from Increments Inc. to Qiita Inc.
- Update gem authors and emails in gemspec file
- Change ci from travis.ci to github actions
- Drop supporting legacy Ruby versions
- Add supporting new ruby versions
- Depend on rails >= 6.0
0.10.1 - 2020-03-09
- Improved TypeScript typing
0.10.0 - 2018-10-29
- Enable to change route's name
0.9.0 - 2018-08-24
- Improved TypeScript params typing support
0.8.1 - 2018-08-21
- Camelize
params
keys ascamelize
option
0.8.0 - 2018-08-21
- Support TypeScript
- Add
route_filter
androute_set_filter
options
0.7.1 - 2018-07-26
- Refactor whole code base
- Enable to math engine name in case-sensitive way.
0.7.0 - 2018-07-11
- Support
camelize
option
- Drop supporting legacy Ruby versions
0.6.0 - 2018-07-04
- Support Rails engine
- Replace
path
withoutput_dir
0.5.0 - 2017-04-08
- Support additional parameters
0.4.0 - 2017-04-05
- Add
include_names
andexclude_names
options
- Rename
includes
andexcludes
asinclude_paths
andexclude_paths
respectively
0.3.0 - 2016-06-25
- Enable to configure through Ruby interface
- Depend on rails >= 3.2
- Remove rake command line parameter from js file
0.2.1 - 2016-06-24
- Make sure that js file ends with a new line char
0.2.0 - 2016-06-24
- Rename the task name as "js:routes"
0.1.0 - 2016-06-24
- Implement "js:rails:routes" task