Releases: luckyframework/lucky
Releases · luckyframework/lucky
v1.5.0
What's Changed
- CHANGELOG and UPGRADE_NOTES for 1.4.0 by @jwoertink in #1960
- Fix typo in upgrade notes by @akadusei in #1963
- Add subdomain parameter support for route generation by @watzon in #1974
- Add live reload support to welcome page by @watzon in #1976
- Make BaseComponent fail at compile time for unused arguments by @watzon in #1978
- Add format detection from URL extensions by @watzon in #1979
- Allow customizing manifest retry timeout by @watzon in #1977
- [Feature] Pluggable Asset Builder System by @watzon in #1982
- Ameba updates and making sure Crystal 1.17 works by @jwoertink in #1993
- Add route path aliases by @wout in #1998
- Fix local development docker setup by @wout in #1997
- Fix deprecations by @jwoertink in #2001
- Reverting remove the deprecation until Avram can also be updated by @jwoertink in #2003
- Don't modify the original request path during route lookup by @jwoertink in #2000
- Add check for path aliases by @wout in #2005
- Allow passing arbitrary arguments for attributes to svg inliner by @wout in #2006
- Feature/per action body size limit by @watzon in #2004
- Updating help message for exec task so it will render properly by @jwoertink in #2010
- Checking Crystal 1.19 compatibility by @jwoertink in #2011
- Add ability to create route objects with globs by @jwoertink in #2012
- Adding new flag for routes task to output routes as JSON by @jwoertink in #2013
- Fixing a bug in redirect_back when query params would fail to match t… by @jwoertink in #2014
- Use bun for all front end concerns by @wout in #2015
- Remove the pluggable asset system by @jwoertink in #2017
- Fix bug in bun manifest path by @wout in #2018
- Add URI format methods for route helpers by @wout in #2022
- Add plugin system for bun by @wout in #2020
- Bump LuckyCache version by @jwoertink in #2023
- Fixing spelling mistakes. by @jwoertink in #2024
- Fix issue with plugin loader for typescript files by @wout in #2030
- Allow string entrypoints, add debug flag, and improve support for Docker by @wout in #2031
- Encrypt and sign cookies in the CookieJar. by @jwoertink in #2026
- Make sure css is always reloaded by @wout in #2032
- Add .subdomain chainable method for route helpers by @grepsedawk in #2036
- Add bun exclusion clauses and more flag options by @wout in #2035
- Add bun watcher patch by @wout in #2037
- Fix reload after rebuilds of the target extension by @wout in #2038
- Release v1.5.0 by @jwoertink in #2040
New Contributors
Full Changelog: v1.4.0...v1.5.0
Read our CHANGELOG for other detailed notes
v1.4.0
What's Changed
- v1.3.0 CHANGELOG and UPGRADE_NOTES by @jwoertink in #1924
- Add abstract definition for debug_message by @garymardell in #1927
- Fixing compilation error on Windows by @jwoertink in #1929
- Refactor
Lucky::UploadedFile#blank?to check the actual file size by @akadusei in #1942 - Relax
bodyparameter type forLucky::BaseHTTPClient#exec_rawby @akadusei in #1944 - Rate limiting by @jwoertink in #1945
- Fix nilable params with missing values. by @jwoertink in #1946
- Moving the serialization to a module with Lucky::Serialzable by @jwoertink in #1947
- Fix missing nested param error when nested key is set but empty by @akadusei in #1950
- Add override for BaseHTTPClient to allow passing a NamedTuple with an action class by @jwoertink in #1952
- Add named tuple overload for
Lucky::RequestExpectations#send_jsonby @akadusei in #1954 - Match content type case-insensitively by @akadusei in #1955
- Avoid intermediate strings by @akadusei in #1958
- Adding lots of types by @jwoertink in #1959
- bump wordsmith by @jwoertink in #1962
- Release v1.4.0 by @jwoertink in #1961
New Contributors
- @garymardell made their first contribution in #1927
Full Changelog: v1.3.0...v1.4.0
Read the CHANGELOG notes.
v1.3.0
v1.2.0
v1.1.0
v1.0.0
v1.0.0-rc1
View the CHANGELOG for release notes.