v0.24.0 - v0.25.0(34 commits)
Jeremy Woertink (@jwoertink)
Update versions to actual releases
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
Merge branch 'master' into releases/0.25.0
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
fixing references to duplicate routes in the specs. These will break in the next router update (#1366)
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
just use the branch that's being released for Avram since that points to LuckyCLI master... shard override isn't working for some reason.
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
CI doesn't seem to be picking up the override. Possibly cache?
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
Override LuckyCLI for testing
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
trying to get GH actions to run
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
Release 0.25.0
luckyframework/lucky
Committed on
Matthew McGarvey (@matthewmcgarvey)
Use HTTP::Status description for logging (#1362) * Use HTTP::Status description for logging * Remove humanize from status description It was needed when we were passing in an enum, but now it won't be doing anything useful.
luckyframework/lucky
Committed on
robacarp (@robacarp)
Updates lucky watch to emit to bin/ (#1358) Crystal convention is to emit binaries to `./bin`
luckyframework/lucky
Committed on
Matthew McGarvey (@matthewmcgarvey)
Handle boolean params with false default values (#1352)
luckyframework/lucky
Committed on
Matthew McGarvey (@matthewmcgarvey)
Add comment pointing to action html page is called from (#1321)
luckyframework/lucky
Committed on
Rémy Marronnier (@rmarronnier)
blockquote and cite tags added (#1317)
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
rename the name variable on custom tags to tag_name. Allows us to pass name attributes to the tag without conflicting on what it's going to generate. Fixes #1307 (#1309)
luckyframework/lucky
Committed on
shortly-portly (@shortly-portly)
Improve needs error reporting (#1303) * Raise helpful error if the same needs is not unique * Improve error message if duplicate needs found * Removed test that only used to force a compilation failure * fixed formatting * Removed Changelog comments * Removed deliberately failing test Co-authored-by: David Simmons <davidsimmons@davids-mbp.home>
luckyframework/lucky
Committed on
Russ Smith (@russ)
Allowing clearing of cookies with options. (#966) * Allowing clearing of cookies with options. I ran into a bug where I couldn't clear cookies with a specific domain being set. After looking into it, I figured out that the browser does not pass along any option information when making a request. It's up to the server side to match the headers correctly. So when clearing cookies, the Set-Cookie header does not match the original cookie options. That leaves the cookies you "thought" you were clearing in place. This fixes that by allowing clear to take a block. That block passes down the cookies where you can modify the path, domain, etc. * Adding in cookie jar delete with a block so you can delete a single cookie and specify the additional options Co-authored-by: Jeremy Woertink <jeremywoertink@gmail.com>
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
Fixing action route methods when a prefix exists. Fixes #1281 (#1298)
luckyframework/lucky
Committed on
Jack (@jkthorne)
Add uuid helper (#1280) * add uuid helper * fix formatting * removed the link override and added UUID to allowed tags to ensure it works with all tags Co-authored-by: Jeremy Woertink <jeremywoertink@gmail.com>
luckyframework/lucky
Committed on
Matthew McGarvey (@matthewmcgarvey)
Add support for glob params (#1294)
luckyframework/lucky
Committed on
Bruno Perles (@brunto)
Add tfoot html tag (#1296) * Add tfoot html tag Related to: https://github.com/luckyframework/lucky/issues/1295 * Move tfoot before th
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
Removing these specs. They've been added directly in to Avram. Ref: comments on #1287 (#1293)
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
Adding specs for the has_key_for? method (#1287) * Adding new has_key_for? method to params. Fixes Avram #72 * pointing to avram master to get access to the params has_key_for? method * This method is now defined directly on paramable which means we no longer need to define again here
luckyframework/lucky
Committed on
Paul Smith (@paulcsmith)
Allow blank issues for maintainer use
luckyframework/lucky
Committed on
Paul Smith (@paulcsmith)
Update issue templates (#1283) * Update issue templates * Add forum link * Add some options to issue template * Clarify version
luckyframework/lucky
Committed on
Matthew McGarvey (@matthewmcgarvey)
Lucky::Params refactor (#1258)
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
Using native CLI args with built-in tasks (#1275) * Refactored watch task to use native CLI args * Refactored exec task to use native CLI args * Ran formatter
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
Moved the Memoizable module to Object. Fixes #1253 (#1270) * Moved the Memoizable module to Object. Fixes #1253 * missed two extra includes * Update src/charms/object.cr Co-authored-by: Paul Smith <paulcsmith@users.noreply.github.com> * ran formatter Co-authored-by: Paul Smith <paulcsmith@users.noreply.github.com>
luckyframework/lucky
Committed on
Brendan Weibrecht (@ZimbiX)
Fix ForceSSLHandler not returning HSTS header over HTTPS (#1268) Resolves https://github.com/luckyframework/lucky/issues/1267
luckyframework/lucky
Committed on
Stephen Dolan (@stephendolan)
Add documentation badges to README. (#1265) I have had a lot of trouble remembering the API documentation URL, and thought that both that and the guides website might be helpful badges to have on the main README! Since the changes are so minimal it was easier to make a PR than an issue for discussion, but if y'all like the idea I'm happy to basically duplicate this code (changing the API doc endpoint) for our other repos like Avram.
luckyframework/lucky
Committed on
Stephen Dolan (@stephendolan)
Rename with_defaults to tag_defaults (#1262) This PR aims to close #1252 Tackled in this PR: - Renamed definition and spec file names - Changed method call to `tag_defaults`, and yielded block to `tag_builder` everywhere - Changed HtmlBuilder inclusion to reference new file name
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
Fixing typo in UPGRADE_NOTES (#1256)
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
Updating UPGRADE_NOTES for next release (#1251) * Updating upgrade notes for next release * Update UPGRADE_NOTES.md Co-authored-by: Paul Smith <paulcsmith@users.noreply.github.com> * updating upgrade notes to include focus on the Credentials change to PORT as well as Authentic version bump Co-authored-by: Paul Smith <paulcsmith@users.noreply.github.com>
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
Updating CHANGELOG for next release (#1250)
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
Release 0.24.0 (#1254)
luckyframework/lucky
Committed on