v0.28.0 - v0.29.0(37 commits)
Jeremy Woertink (@jwoertink)
bump versions for next release
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
Added new RequestIdHandler. Log out the request ID. Fixes #950 (#1610)
luckyframework/lucky
Committed on
Sergey Kojin (@skojin)
when kill build process on code change, kill child process too (#1613) (#1614)
luckyframework/lucky
Committed on
Matthew McGarvey (@matthewmcgarvey)
Make BaseAppServer#listen abstract (#1622)
luckyframework/lucky
Committed on
Matthew McGarvey (@matthewmcgarvey)
Move Lucky::CatchUnpermittedAttribute to lucky_avram (#1621)
luckyframework/lucky
Committed on
Matthew McGarvey (@matthewmcgarvey)
Minor changes prepping for extraction of lucky_avram (#1619)
luckyframework/lucky
Committed on
Matthew McGarvey (@matthewmcgarvey)
Remove support for Crystal < 1.0 (#1618)
luckyframework/lucky
Committed on
Matthew McGarvey (@matthewmcgarvey)
Fix specs to cut dependency on avram integration (#1617)
luckyframework/lucky
Committed on
Matthew McGarvey (@matthewmcgarvey)
Replace avram parsing with Lucky::ParamParser (#1616)
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
remove the build.release task. Use shards build instead. Fixes #1564 (#1612)
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
Don't write to the body on HEAD calls. Also catch IO::Error when writing to the response then just log the error. Generally there's not much we can do at this point. Fixes #1608 (#1609)
luckyframework/lucky
Committed on
Wout (@wout)
Add previous_page and next_page methods to paginator (#1611)
luckyframework/lucky
Committed on
Sergey Kojin (@skojin)
fix watch recompile message logic (#1605) show "Recompiling..." when current build is aborted and "Compiling..." if previous build was completed fixes #1604 PR
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
adding a better help message to lucky exec. Fixes #1559 (#1602)
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
register ajax just as a plain mime type. This is used for requests that are not JSON or XML. Fixes #1320 (#1603)
luckyframework/lucky
Committed on
Sergey Kojin (@skojin)
teach watcher to abort compilation and start over if any source file is changed (#1421) (#1604)
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
Adding new Event to track when a request is complete. Refactor the LogHandler to use Time.measure. (#1601)
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
Use the proper boolean attributes in HTML form tags. Fixes #1560 (#1598)
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
the magic route and nested_route methods are no longer preferred. Fixes #1565 (#1597)
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
Only split the signed message in to 2 parts with the message verifier. Fixes #1595 (#1596)
luckyframework/lucky
Committed on
Lương Quang Mạnh (@lqmanh)
Generate model with delete operation (#1594) * lucky gen.model Model should generate DeleteModel * Update tests
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
adding Crystal 1.2 to the matrix (#1592)
luckyframework/lucky
Committed on
NotWearingPants (@NotWearingPants)
Support namespaces in model generator (#1588)
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
Prevent development_dependencies from being installed during postinstall from a parent shard. (#1589)
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
Clarity for installing Lucky (#1586)
luckyframework/lucky
Committed on
N Atta Kusi Adusei (@akadusei)
Fix compile error (#1582) Closes #1579. Calls to `Lucky::Routable.route` failed to compile when passed optional path param values other than strings.
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
Removing compile-time catches for html_with_status. If you don't pass a proper value, Crystal should still catch it on initialize. Fixes #1575 (#1581)
luckyframework/lucky
Committed on
robacarp (@robacarp)
allows manifest file to be parameterized (#1578)
luckyframework/lucky
Committed on
Brad Searle (@bwks)
remove unused require (#1577)
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
Adding new path_without_query_params method. Fixes #1571 (#1572)
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
Using the Shell Table to print routes again. But now with optional params. Part of #1563 (#1569)
luckyframework/lucky
Committed on
Benjamin French (@bnjamin)
Added more type options for status in the html_with_status macro (#1568) * The `html_with_status` macro now also accepts Symbols and `HTTP::Status` as the status argument. * Ensure that status is a HTTP::Status in case status is an Enum
luckyframework/lucky
Committed on
Stephen Dolan (@stephendolan)
Include Jeremy in sponsorship options (#1554) Jeremy is a massive contributor to the framework and should be featured as a person who can be sponsored.
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
UPGRADE_NOTES for 0.28 (#1548) * Adding inital start to the 0.28 upgrade process * Apply suggestions from code review Co-authored-by: Matthew McGarvey <matthewmcgarvey14@gmail.com> * Fixing a few items in the UPGRADE_NOTES * Add missing note * Use the correct LuckyDiff URL * a few notes on the sendgrid adapter Co-authored-by: Matthew McGarvey <matthewmcgarvey14@gmail.com>
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
CHANGELOG for 0.28 (#1547) * Adding changes to CHANGELOG for 0.28 release * A few more missing changes
luckyframework/lucky
Committed on
Rohan Sharma (@RhnSharma)
fix: change the secret key target (#1556)
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
Release 0.28.0 (#1550) * Bump shard versions. Release 0.28.0 * We don't really need this bench file. Also just attempting to clear cache on LuckyCli with any random change
luckyframework/lucky
Committed on