v0.27.2 - v0.28.0(49 commits)
Jeremy Woertink (@jwoertink)
Merge branch 'master' into releases/0.28.0
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
... space... get it? (#1553)
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
We don't really need this bench file. Also just attempting to clear cache on LuckyCli with any random change
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
Merge branch 'master' into releases/0.28.0
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
Removing extra space so no formatting is needed on generated file (#1551)
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
Bump shard versions. Release 0.28.0
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
Rename generated method from destroy to delete. Fixes #1546 (#1549)
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
Adding Crystal 1.1.0 to CI (#1543)
luckyframework/lucky
Committed on
Matthew McGarvey (@matthewmcgarvey)
Switch to oprypins github action for installing crystal (#1544)
luckyframework/lucky
Committed on
Kevin Sjöberg (@hovsater)
Store normalized routes in `Hash` (#1542)
luckyframework/lucky
Committed on
Matthew McGarvey (@matthewmcgarvey)
Add subdomain support (#1537)
luckyframework/lucky
Committed on
Paul Smith (@paulcsmith)
Ensure routes are unique at compile-time (#1538) * Normalized params is working as expected * Check route uniqueness * Take into account HTTP method * Flip around the error text
luckyframework/lucky
Committed on
Matthew McGarvey (@matthewmcgarvey)
Remove old deprecations and compilation errors (#1540)
luckyframework/lucky
Committed on
Paul Smith (@paulcsmith)
Start enforcing styles for Lucky specs
luckyframework/lucky
Committed on
Paul Smith (@paulcsmith)
Add module for enforcing underscores Closes https://github.com/luckyframework/lucky/issues/1100
luckyframework/lucky
Committed on
Paul Smith (@paulcsmith)
Add default no-op enforcement for path style
luckyframework/lucky
Committed on
Paul Smith (@paulcsmith)
Consolidate CONTRIBUTING.md file (#1535)
luckyframework/lucky
Committed on
Matthew McGarvey (@matthewmcgarvey)
Limit Lucky to Crystal 1.0.0 (#1532)
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
Working out Array param stuff (#1527) * Adds in a few new param methods for getting nested arrays and nested file arrays * updating param macro to now support arrays * small fix in the param docs * free performance by using lazy loading getter which memoizes the param value
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
Adding a spec to check #1526. Context should be available in Components. (#1528)
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
missed a period in the template (#1529)
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
Add new multi_select_input tag (#1518) * Adding in new method for using arrays with select_tag. Fixes #777 * add specs and fix the selected attribute * Use override method on options_for_select. Updated multi_select to ensure an Array is passed in
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
Changing how inputs with Array attributes are generated. (#1523)
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
Adding some return types for easier documentation. Changing HTTP::Params to URI::Params since it was just an alias anyway (#1522)
luckyframework/lucky
Committed on
Matthew McGarvey (@matthewmcgarvey)
Fix expose method name check (#1521)
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
Adding the ability to render an HTML page with a non-200 status code. Fixes #1312 (#1507)
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
This method is required so it should be abstract. Fixes #1503 (#1516)
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
Updating rendering the exception page to allow fully disabling cookies if you need. Fixes #1272 (#1515)
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
Replace Void returns type with Nil. Void should only be used in C-libs, and may eventually throw errors in future Crystal versions. Fixes #1504 (#1514)
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
Refactor UploadedFile so we don't parse the data twice to get information. Deprecated metadata since we can just delegate those to the part. Fixes #1302 (#1513)
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
Generating an API action will always put the action in to the api namespace/directory. Fixes #1502 (#1512)
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
Add compile-time error when trying to expose predicate and bang methods. (#1511) Fixes #1304
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
Moving params in to HTTP::Server::Context so it's available anywhere context is, and ensures we only parse once per request. Fixes #1473 (#1509)
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
Officially deprecating and removing references to the route and nested_route routing methods. These are available in a shard. (#1510)
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
Added new module to disable FLoC. Fixes #1486 (#1508)
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
Adds in boolean attributes to the form_for tag helper. Fixes #1490 (#1506)
luckyframework/lucky
Committed on
Marc Jeffrey (@mjeffrey18)
Add method for responding with raw json string (#1492)
luckyframework/lucky
Committed on
Maciej Dynieski (@nodeMD)
Updated guides URLs (#1501) * updated guides URLs * whitespaces fix
luckyframework/lucky
Committed on
Maciej Dynieski (@nodeMD)
Added generation of a DeleteOperation when generating resource (#1500) * added generation of a DeleteOperation * removed operation_class and replaced it occurances
luckyframework/lucky
Committed on
Maciej Dynieski (@nodeMD)
added DeleteOperation to delete action (#1497) * added DeleteOperation to delete action * updated delete action with DeleteOperation * updated delete ecr * added _ to unused variable
luckyframework/lucky
Committed on
Maciej Dynieski (@nodeMD)
Added 'multipart?' request helper (#1495) * added 'multipart?' request helper * added starts_with? to 'multipart?' method Co-authored-by: m.dynieski <62985548+CodeTestCreate@users.noreply.github.com>
luckyframework/lucky
Committed on
Matthew McGarvey (@matthewmcgarvey)
Refactor/speed up BaseTags methods (#1496)
luckyframework/lucky
Committed on
Maciej Dynieski (@nodeMD)
Add time_from_now_in_words helper (#1493)
luckyframework/lucky
Committed on
Matthew McGarvey (@matthewmcgarvey)
Remove deprecated m for mounting components (#1489)
luckyframework/lucky
Committed on
Matthew McGarvey (@matthewmcgarvey)
Pass context to components through mount (#1488)
luckyframework/lucky
Committed on
Matthew McGarvey (@matthewmcgarvey)
Extract Assignable code to single module and refactor (#1483)
luckyframework/lucky
Committed on
Matthew McGarvey (@matthewmcgarvey)
Remove unused generate_getters macro from HtmlBuilder (#1481)
luckyframework/lucky
Committed on
Stephen Dolan (@stephendolan)
Nightly Crystal and edge shard testing in CI (#1478) * First attempt at nightly and edge testing in CI. * Updated Ameba error from a recent bug fix
luckyframework/lucky
Committed on
Sijawusz Pur Rahnama (@Sija)
Bump exception_page shard to ~> 0.2.0 (#1465)
luckyframework/lucky
Committed on