Releases: amberframework/amber
Releases · amberframework/amber
v0.3.5
- Allow multiple pipelines to be added with one block (#359 by @marksiemers)
- Use table name as part of database index name (#336, #340 by @marksiemers)
- Fix postgresql database naming convention (#332 by @marksiemers)
- Have generators handle multi-word names (#316, #330 by @marksiemers)
- Created params object that can parse json when asked too. (#369 by @elorest)
respond_with
uri extensions path.[json|xml|text|txt|html]
(#367 by @elorest)- Fixed an issue I found with render if we use namespaces. (#328 by @elorest)
- Methods to set content type and content (#313 by @elorest)
- cli: add
amber exec
command for executing one-liners (#352, #371 by @sam0x17) - Adds Amber Task Runner (#318 by @eliasjpr)
- Fix missing require for task runner (#335 by @eliasjpr)
- CORS headers check should be case insensitive (#378 by @fridgerator)
- [Redirect] Allows for Class and Symbol Controller name (#363 by @eliasjpr)
- [Controller] Adds Route Helper Methods to Controller (#362 by @eliasjpr)
- web socket missing let declaration (#361 by @drujensen)
- Better Request Parsing Parameters (#331 by @drujensen)
- merge docker files (#350 by @drujensen)
- Trying again to get the tests to pass predictably on linux. (#383 by @elorest)
- Set
ENV["PORT"]
to be used by @default if defined. (#377 by @elorest) - Fix dependencies for amber projects using default app template (#373 by @faustinoaq)
- Fixes front-end dependencies for Amber Framework (#372 by @faustinoaq)
- Fix and update dependencies (#370 by @faustinoaq)
- Add community section (#368 by @faustinoaq)
- Update font-end dependencies on app template (#366 by @faustinoaq)
- Improved settings and fixed tests (#364 by @elorest)
- Update tagline (#360 by @marksiemers)
- Organizes Controllers Helper Methods (#357 by @eliasjpr)
- Fixed csrf delete for generated scaffolding (#356 by @elorest)
- Centered logo README (#355 by @faustinoaq)
- cli: implement
db create/drop
for sqlite3 (#351 by @nathanj) - Update dependencies (#349 by @faustinoaq)
- Clean Up and Dry Tests (#344 by @eliasjpr)
- Format comments using JSDoc pattern (#338 by @faustinoaq)
- Update jQuery and Bootstrap versions (#325 by @faustinoaq)
- Fix version numbers (#319 by @faustinoaq)
- Fix typo on html code (#314 by @faustinoaq)
- Fixes a typo in the home/index ECR template (#312 by @aarongodin)
- Ensures method missing returns Bool Type (#309 by @eliasjpr)
- Fixes bug with release being undefined and adds
--no-debug
to production run (#307 by @elorest)
v0.3.0
- Added
==
toEnv
and DRY'd it up a bit (#305 by @elorest) - Lock
shard.yml
Amber version to version of cli that generated it. (#304 by @elorest) - Adds environment boolean checks (#302 by @eliasjpr)
- Extract CSS from JS bundle (#301 by @faustinoaq)
- Use quartz_mailer (#300 by @faustinoaq)
- Prevent lower case request methods (i.e.
put
) (#299 by @veelenga) - websockets client reconnect functionality (#297 by @fridgerator)
- Removed spinner fork from shard after getting it merged into upstream project. (#291 by @elorest)
- Add
X-Content-Type-Options = "nosniff"
- fix requires for console (#285 by @drujensen)
- Change a litte typo from Crystal to Framework (#284 by @papilip)
- only apply optional rule if param is present and pass otherwise (#283 by @sgargan)
v0.2.7
- Some missing changes about Fix for video in safari (#281)
- Fix for video in safari (#279)
- Render Refactor Mostly Backwords compatible - minor bug fixes (#278)
- Adds deploy and encrypt to readme (#276)
- Remove alias and use Exception instead (#275)
- Refactoring error pipe (#274)
- Refactoring colorized output (#272)
- Add reference field type to scaffolding (#268)
- Update amber name (#266 )
- Bug fixes (#263 )
- Add
X-Powered-By
header (#259) - Update README (#258 (#257)
- Fix links (#255)
- Fix links on homepage (#254)
- combine websockets js into single file (#253)
v0.2.6
v0.2.5
v0.2.4
v0.2.3
- Bug Fix: Docker deploy (#238)
- Bug Fix: CLI console command (#232)
- Bug Fix: Fixes parsing JSON from request body (#231)
- Bug Fix: Socket endpoint is not defined method error (#227)
- Update Amber version (#239)
- Update docs url (#230)
- Fix method signature to match Channel (#228)
- Fix quotes (#225)
- Dj/websocket route fix (#224)
- Add alias for amber (#220)
- Removed code that no longer needed (#218)
- Environments with encryption for version production secrets (#216)
v0.2.2
- Bugfix: Version not found (#208)
- Refactors
Amber::Server
(#209) - Updated readme to reflect current improvements (#211)
- Restructure shard.yml (#212)
- README.md - DEB Corrections Tested on Linux Mint 18.2 (#213) - Kudos first contribution @CodelessFuture
- Add ArchLinux on installation section (#214) - Kudos @faustinoaq
- Cleaned up PR template (#215)
- Fixes Flaky spec (#217)
v0.2.1
- Add
npm run watch
to docker-compose.yml - Make db drivers a dependency (for now)
- More Cleanup to Base controller
- Controller generator improvements
- Organized directories after cli and amber merge
- Npm, webpack, babel integration for assets compilation
- Simplified the Session Factory
- Added Authorization Generators
- Merged amber and amber-cmd
- More methods added to Context
- Improvements to readme - @krypton97
- passing client_socket to handle_message
- Change the order for before filter
- Added Optional to Params Validation
- Channel.leave firing wrong event on leave
- Fixes Redirect When Controller Action is passed
- Adds database commands
amber db create
- Make font-families consistent - @kenta-s
- Added form helpers to templates.
- Added instructions to satisfy dependencies for amber-cmd