Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.05 KB

CHANGELOG.md

File metadata and controls

49 lines (31 loc) · 1.05 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.4.1] - 2023-08-18

Added

  • implements TryExtend for iterator borrowing items

Fixed

  • crash when database errors while inserting into the map wrapper

[0.4.0] - 2023-08-17

Added

  • adds TryExtend that mirrors the std's Extend trait
  • implements TryExtend for map and vec wrapper

Changed

  • wrapper::Vec::push now takes a reference to the item to be pushed

[0.3.0] - 2023-08-12

Added

  • adds iterator methods to the map wrapper
  • adds BTreeMap backend

Deprecated

  • HashMap test backend (use new BTreeMap backend)

[0.2.1] - 2023-08-02

Changed

  • updates dbstruct-derive dependency

[0.2.0] - 2023-08-02

Added

  • IntoIterator implemented for the Vec wrapper

[0.1.1] - 2023-08-01

Changed

  • Updates dependencies