concurrent-resource-map v0.2.0.0 Release Notes

Release Date: 2020-03-18 // about 4 years ago
    • ➕ Add withInitialisedResource function for querying possibly-missing resources.

    • Abstract away the underlying map type. You're no longer forced to use Data.Map. The downside is that you're forced to choose now via an instance. This hapens to keep dependencies even more minimal.


Previous changes from v0.1.0.0

    • 🎉 Initial release.