All Versions
4
Latest Version
Avg Release Cycle
96 days
Latest Release
1318 days ago
Changelog History
Changelog History
-
v1.0.3 Changes
October 24, 2019๐ Changed
- ๐ Dependent package version for new releases.
- ๐ Unsupport GHC 7.*.
- ๐ Support LTS-14
-
v1.0.2 Changes
March 01, 2019โ Added
- Corresponds to GHC 7.8.4.
๐ Changed
- ๐ฆ Dependent package version.
- My email address.
-
v1.0.1 Changes
January 09, 2019๐ Changed
- ๐ Move the "offset" key
intKeys
totextKeys
and implement parser for "offset" values. - ๐ Fix error in parsing "program" values.
- When the heads of a "program" value do not include
(<program name>)
, an parse error occurred.
- When the heads of a "program" value do not include
- ๐ Move the "offset" key
-
v1.0.0 Changes
January 08, 2019๐ฆ A similar library oeis already existed, but there is the following problems:
- The key of HashMap is not instance of
Eq
. - The values of Maple and Mathematica are swaped.
- Although OEIS provides JSON, it uses line-keyd ASCII. ๐ 4. HTTPS is not supported.
- Cannot receive multiple search results (only the 1st result).
๐ 6. Many search prefixes are provides, but only
id:
andseq:
can be used. - And each function is separate for each Prefix.
First, I sent a few lines pull requests to solve 1, 2.
๐ The request has merged to master of oeis.After that, I noticed problems from 3..7.
I thought it is hard to fix all of these only with pull request.
So, I have make a new library, and solved all problems of 3..7.โ Added
- ๐ Make possible to get all search results.
- ๐ Support all search prefixes in here.
- Make possible to give each Prefix by data constructor of
SearchStatus
.
- Make possible to give each Prefix by data constructor of
๐ Changed
- ๐ Make to use JSON by OEIS.
- ๐ Support HTTPS.
- The key of HashMap is not instance of