v1.0.0-rc1 - v1.0.0(16 commits)
Jeremy Woertink (@jwoertink)
bump versions for next release (#1781)
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
Add in the ability to set an ENV to override the server host. Fixes #1787 (#1788)
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
Adding in the specific host for the watcher. Fixes #1785 (#1786)
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
Code cleaning (#1771) * updated ameba. Fixing ameba issues which now bork on not_nil calls. * Adding a lot more return types
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
updating some versions to set Crystal 1.6 as the minimum, and make sure things run with Crystal 1.7 (#1774)
luckyframework/lucky
Committed on
Wesley Moore (@wezm)
Revamp Accept header handling (#1769) * Add MediaRange and AcceptList parser * Use AcceptList to determine client's desired format * Pre-split registered mime types * Add MediaType struct * Add negative test cases * Make AcceptList a bit more efficient * Format files * Update src/lucky/mime_type.cr per ameba suggestion Co-authored-by: Jeremy Woertink <jeremywoertink@gmail.com>
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
ensure we're pulling the top-level Lucky from this macro. Fixes #1695 (#1765)
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
Allow for customizing what files get watched in local dev along with the defaults. Fixes #1747 Fixes #920 (#1767)
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
No longer need the SkipUniqueRoute check. Fixes #1541 (#1764)
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
don't capture blocks in the tags so you can still make custom wrapper… (#1763) * don't capture blocks in the tags so you can still make custom wrappers. Fixes #1755 * revert this change since it seems to break on CI
luckyframework/lucky
Committed on
Stephen Dolan (@stephendolan)
Accommodate nil values correctly in JSON param fetching (#1762) * Accommodate nil values correctly in JSON param fetching. * Pull nil behavior further down the stack.
luckyframework/lucky
Committed on
Michael Wagner (@mdwagner)
fix: sse watcher reload logic (#1748)
luckyframework/lucky
Committed on
Rafael (@jcads)
Redirect to fallback when referrer is current page (#1743)
luckyframework/lucky
Committed on
Rafael (@jcads)
add attrs as parameter to submit helper (#1759)
luckyframework/lucky
Committed on
Wout (@wout)
Add macro to inline SVG files (#1761) * Add macro to inline SVG files * Add modifier for originally styled attributes * Add test for inlined svg with its original styling * Create separate test cases for stripping out unwanted elements in SVGs * Replace newlines with a space to avoid attribute concatenation * Strip leading an trailing whitespace on icons
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
CHANGELOG and UPGRADE_NOTES for 1.0.0-rc1 (#1739) * Adding items for the CHANGELOG update * Adding upgrade notes * remove that commit since it was reverted * correct version name * Fixing the versions * A few more version name fixes
luckyframework/lucky
Committed on