Sha256: 16a5303bd866dd0b7f32e86de3a3595a5ad69f7fc0b18b401b7afe7548e26d3b
Contents?: true
Size: 1.31 KB
Versions: 1
Compression:
Stored size: 1.31 KB
Contents
# The Changelog ## Version 1.1.1: January 17, 2019 - test fixes (#25) - more deterministic edge generation (#26) ## Version 1.1.0: April 2, 2019 - Edges passed in on command line must have the whole path. We _only_ look for edges by default in the `edge_root_path`, not also in the root path. ## Version 1.0.0: Feb 15, 2019 - Deprecate Rails 4, add support for Rails 5 ## Version 0.8.0: April 2, 2019 - Edges passed in on command line must have the whole path. We _only_ look for edges by default in the `edge_root_path`, not also in the root path. ## Version 0.7.0: Dec 5, 2018 - We can now pass a real path to the generate_edges command ## Version 0.6.0: Sep 4, 2018 - Bug fixes for generated JSON is now formatted to aid in comparing versions of generated fixtures ## Version 0.5.0: Sep 4, 2018 - Generated JSON is now formatted to aid in comparing versions of generated fixtures ## Version 0.4.0: Aug 16, 2018 - `let` bindings can now be set at the controller level and overridden or used in child actions. ## Version 0.3.0: Mar 7, 2018 - User can generate edges, one file at a time, by passing filename into new exe/generate_edges ```sh bundle exec generate_edges path/to/my_edge.rb ``` - Replaced rake task with RailsEdgeTest::Runner ## Version 0.2.2: Feb 20, 2018 - Beginning of this changelog.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_edge_test-1.1.1 | CHANGELOG.md |