Skip to content

Releases: dimasadyaksa/gomap

Release version v0.1.0

18 Apr 16:50
e2adf15
Compare
Choose a tag to compare

Release Notes for Version 0.1.0
Date: April 18, 2023

New Features:

  • Added Clear function to delete all map keys and values
  • Added FindAll function to find all the values that match the predicate function
  • Added Intersect function to find all values that exist in two maps
  • Added Different function to find all values that not exists in two maps
  • Added Replace function to replace the map's value using replacer function

Improvements

  • Change the Map key function signature; now use the index as a parameter
  • Added more examples

release v0.0.1

13 Apr 14:30
28960c7
Compare
Choose a tag to compare
Merge pull request #7 from dimasadyaksa/develop

Develop