Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-03 | 2.1 kB | |
v1.4.0 source code.tar.gz | 2025-06-03 | 231.5 kB | |
v1.4.0 source code.zip | 2025-06-03 | 321.3 kB | |
Totals: 3 Items | 555.0 kB | 6 |
What's Changed
- v1.3.0 CHANGELOG and UPGRADE_NOTES by @jwoertink in https://github.com/luckyframework/lucky/pull/1924
- Add abstract definition for debug_message by @garymardell in https://github.com/luckyframework/lucky/pull/1927
- Fixing compilation error on Windows by @jwoertink in https://github.com/luckyframework/lucky/pull/1929
- Refactor
Lucky::UploadedFile#blank?
to check the actual file size by @akadusei in https://github.com/luckyframework/lucky/pull/1942 - Relax
body
parameter type forLucky::BaseHTTPClient#exec_raw
by @akadusei in https://github.com/luckyframework/lucky/pull/1944 - Rate limiting by @jwoertink in https://github.com/luckyframework/lucky/pull/1945
- Fix nilable params with missing values. by @jwoertink in https://github.com/luckyframework/lucky/pull/1946
- Moving the serialization to a module with Lucky::Serialzable by @jwoertink in https://github.com/luckyframework/lucky/pull/1947
- Fix missing nested param error when nested key is set but empty by @akadusei in https://github.com/luckyframework/lucky/pull/1950
- Add override for BaseHTTPClient to allow passing a NamedTuple with an action class by @jwoertink in https://github.com/luckyframework/lucky/pull/1952
- Add named tuple overload for
Lucky::RequestExpectations#send_json
by @akadusei in https://github.com/luckyframework/lucky/pull/1954 - Match content type case-insensitively by @akadusei in https://github.com/luckyframework/lucky/pull/1955
- Avoid intermediate strings by @akadusei in https://github.com/luckyframework/lucky/pull/1958
- Adding lots of types by @jwoertink in https://github.com/luckyframework/lucky/pull/1959
- bump wordsmith by @jwoertink in https://github.com/luckyframework/lucky/pull/1962
- Release v1.4.0 by @jwoertink in https://github.com/luckyframework/lucky/pull/1961
New Contributors
- @garymardell made their first contribution in https://github.com/luckyframework/lucky/pull/1927
Full Changelog: https://github.com/luckyframework/lucky/compare/v1.3.0...v1.4.0
Read the CHANGELOG notes.