Skip to content

Releases: slpxxv/stdlib

3.0.0

Choose a tag to compare

@slpxxv slpxxv released this 14 Aug 19:09
ce30e49

What's Changed

  • build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #12

Full Changelog: 2.3.0...3.0.0

2.3.0

Choose a tag to compare

@slpxxv slpxxv released this 19 Mar 20:28
5936bb5

What's Changed

  • feat: Add canonicalizable helpers for XML by @nuldark in #11

Full Changelog: 2.2.0...2.3.0

2.2.0

Choose a tag to compare

@slpxxv slpxxv released this 17 Mar 07:42
7269248

What's Changed

  • build(deps): bump ramsey/composer-install from 2 to 3 by @dependabot in #9
  • Add some common XML features by @nuldark in #10

New Contributors

Full Changelog: 2.1.0...2.2.0

2.1.0

Choose a tag to compare

@slpxxv slpxxv released this 15 Feb 04:36
588baf0

What's Changed

  • Glob wrapper by @nuldark in #8

Full Changelog: 2.0.0...2.1.0

2.0.0

Choose a tag to compare

@slpxxv slpxxv released this 15 Feb 04:28
fbef6bd

What's Changed

  • chore: update license by @nuldark in #6

Full Changelog: https://github.com/nuldark/stdlib/commits/2.0.0

1.1.0

Choose a tag to compare

@slpxxv slpxxv released this 16 Oct 04:14
29813cc

1.1.0 (2023-10-16)

Features

  • implement add, contains func (3c1d67a)
  • implement Set object (4adde96)

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 15 Oct 10:37
b4857c1

1.0.0 (2023-10-15)

Features

  • add generic class for collection (c4ff196)
  • impl. AbstractCollection (f438295)
  • make collection interface (e1f7ce5)

Miscellaneous Chores