Skip to content

Releases: gerlero/multicollections

v1.0.8

10 Dec 20:08
309776c

Choose a tag to compare

What's Changed

  • Fix ty errors by @gerlero in #100
  • Fix ty errors by @gerlero in #101
  • Implement MultiDict.getitem without going through getall by @Copilot in #102
  • Optimize MultiDict.getone to avoid calling getall by @Copilot in #103
  • Optimize MultiDict by implementing ABC methods directly by @Copilot in #104

Full Changelog: v1.0.7...v1.0.8

v1.0.7

23 Nov 03:34
c40a2fb

Choose a tag to compare

What's Changed

Full Changelog: v1.0.6...v1.0.7

v1.0.6

07 Oct 17:11
4717517

Choose a tag to compare

What's Changed

Full Changelog: v1.0.5...v1.0.6

v1.0.5

17 Sep 17:46
5e2e395

Choose a tag to compare

What's Changed

Full Changelog: v1.0.4...v1.0.5

v1.0.4

08 Sep 20:35
986fa9a

Choose a tag to compare

What's Changed

  • Refactor KeysView, ItemsView, and ValuesView imports by @gerlero in #83

Full Changelog: v1.0.3...v1.0.4

v1.0.3

08 Sep 19:55
3f3c3a2

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.2...v1.0.3

v1.0.2

06 Sep 15:14
a0b3134

Choose a tag to compare

What's Changed

  • Update dependency groups by @gerlero in #68
  • Potential fix for code scanning alert no. 1: Workflow does not contain permissions by @gerlero in #69
  • Update pyproject.toml by @gerlero in #72
  • Fix override decorator handling by @gerlero in #73
  • Implement MultiDict.eq by @gerlero in #74
  • Register multidict types for MultiMapping support by @gerlero in #75
  • Add test that asserts multidict.MultiDict implements abc.MutableMultiMapping by @Copilot in #77
  • Add comprehensive tests for MultiDict.eq vs different types by @Copilot in #76
  • Fix code coverage by @gerlero in #78
  • Fix code coverage by @gerlero in #79

Full Changelog: v1.0.1...v1.0.2

v1.0.1

03 Sep 21:36
0741389

Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

03 Sep 03:39

Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v1.0.0

v0.4.1

01 Sep 21:06

Choose a tag to compare

What's Changed

  • Add license and license-files to pyproject.toml by @gerlero in #62

Full Changelog: v0.4.0...v0.4.1