ex_aws_dynamo
ex_aws_dynamo copied to clipboard
Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.29.0 to 0.29.1. Changelog Sourced from ex_doc's changelog. v0.29.1 (2022-11-21) Enhancements Add optional function annotations Support media print on stylesheets Add download ePub link to footer Support...
Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.31.2 to 0.32.1. Changelog Sourced from ex_doc's changelog. v0.32.1 (2024-04-12) Bug fixes Add version dropdown back on hexdocs.pm Improve search input styling and scrolling v0.32.0 (2024-04-10) Enhancements...
Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.34.0 to 0.34.2. Changelog Sourced from ex_doc's changelog. v0.34.2 (2024-07-08) Enhancements Allow anchors on function and callback autolinks Bug fixes Make module attributes searchable without leading @...
Bumps [jason](https://github.com/michalmuskala/jason) from 1.4.1 to 1.4.3. Changelog Sourced from jason's changelog. Changelog 1.5.0-alpha.2 (07.07.2023) Add limit to decoded integer sizes of 1024 digits. This can be changed with the decoding_integer_digit_limit...
This PR adds support for the `:return_values_on_condition_check_failure` option on the `put_item`, `update_item`, and `delete_item` operations. More specifically, it adds support for returning the old item in the error, which helps...
I updated the asdf `.tool-versions` file to include `erlang` and specify Elixir's OTP version. This makes setting up the project easier for newcomers. _I wasn't sure which Erlang version would...
Bumps [credo](https://github.com/rrrene/credo) from 1.7.6 to 1.7.7. Release notes Sourced from credo's releases. v1.7.7 Check it out on Hex: https://hex.pm/packages/credo/1.7.7 Fix compatibility & compiler warnings with Elixir 1.17 Credo.Check.Design.SkipTestWithoutComment, Credo.Check.Refactor.PassAsyncInTestCases and...
Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.35.1 to 0.37.2. Changelog Sourced from ex_doc's changelog. v0.37.2 (2025-02-19) Bug fixes Fix code highlighting for languages with non-alphanumeric characters v0.37.1 (2025-02-10) Enhancements Support umbrella projects via...
Fixes two broken integration tests. The transaction test is not pattern matching on the correct error format. The condition check test has a match on an incorrect value. I would...
Bumps [credo](https://github.com/rrrene/credo) from 1.7.10 to 1.7.11. Release notes Sourced from credo's releases. v1.7.11 Check it out on Hex: https://hex.pm/packages/credo/1.7.11 Fix compatibility & compiler warnings with Elixir 1.18 Fix crashing for...