Sha256: d070bacd868b82a83c18f9fe2a932ed3c55fc12745c02688698775501b3a1726
Contents?: true
Size: 1.46 KB
Versions: 1
Compression:
Stored size: 1.46 KB
Contents
Current Repo Version: v0.4.0 - Fixed an issue where routes without blocks wouldn't return status codes (#9) - Allowed inline compilation as an alternative to the currently not working live compilation (#13), new inline version allows a hacky alternative (#17) - Added new spaced syntax instead of dotted (`get post put "/", "Hello World"` instead of `get.post.put "/", "Hello World"`) (#10) - Allowed the return value of the block to be the output if none is given (#15) - Added Rack::Response to the @http variable (#13) - Removed the `#is_file_string?` method in favor of simply checking if the file exists (#8) v0.3.2: - Really began using Gitlab issues - Synchronized development branch with master - Dealt with edge cases in route creation v0.3.1: - Skipped bugfix version because v0.3.0 was yanked. - Added controller structure - Added examples in atd-examples repository - Began using Gitlab issues for feature tracking and release tracking v0.2.0 - Changed git workflow, now with 2 branches. - Fixed some broken compiler issues - Allowed routes to skip precompilation with precompile: false - Changed :methods to :respond_to - Allowed :ignore [http_methods] syntax - Added documentation for routes.rb - Updated README, added modification of instances feature - Minor restructuring v0.1.0: - Created CHANGELOG! - Added MIT License - Improved general syntax n' stuff - Everything works!
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
atd-0.4.0 | CHANGELOG |