We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 058898d commit 0bda339Copy full SHA for 0bda339
CHANGELOG.MD
@@ -0,0 +1,15 @@
1
+# CHANGELOG
2
+
3
+## [0.2.0]
4
5
+### User
6
+* Map is returned with string keys instead of atom keys
7
+* Now between 5.94x - 49.03x faster than next fastest tested option
8
9
+### Internal
10
+* Removed Jason dependecy
11
+* Returning elixir map directly instead of returning a stringified JSON and then using Jason to convert it to an elixir map
12
13
+## [0.1.4]
14
+* Convert RSS feed into map with atom keys
15
+* Between 2.85x - 22.05x faster than next fastest tested option
0 commit comments