Releases: gegehprast/shallty
v.4.1.1
v.4.0.0
Changed:
With this major update, the focus of this project has been shifted to parsing short links only, because I don't really have the time to do regular maintenances anymore. But feel free to make contributions.
The project has been rewritten using TypeScript from scratch (kind of). But the overall structure is still the same as the v3 branch.
Removed:
- Fansubs/Fanshares crawling feature.
- Fanscans crawling feature.
- Queue feature.
To do:
- Rewrite all previously available short link bypasser scripts.
- Proper documentation for http/websocket usage.
v.3.1.1 (July 21, 2020)
Fixed vulnerability: Bump lodash from 4.17.15 to 4.17.19
v.3.1.0 (July 3, 2020)
The 2.x branch is now deprecated.
Added:
- Optional simple cache feature for shortlink. Store the parsed value to MongoDB.
- Optional queue feature for the shortlink parser.
Changed:
- Use dotenv for the environment variable.
v.3.0.0 (April 28, 2020)
With this major update, I will still support the v2.x branch at least until the end of the current season, Spring 2020.
Added:
- Added support for websocket connection.
Changed:
For users:
- Changed Kiryuu
newReleases
endpoint tonewReleaseManga
.
For developers:
-
The
Fantls
directory has been changed toFanscans
. -
To add more FFS (fansub, fanscan, and shortlink) support, you can now just create the file, no need to manually requiring it. You just have to make sure all the required methods are present. Better documentation coming, but here it is for now:
-
Fansubs:
- animeList(options?)
- episodes(link, options?)
- links(link, options?)
- newReleases(options?)
-
Fanscans:
- mangaList(options?)
- mangaInfo(link, options?)
- chapters(link, options?)
- images(link, options?)
- newReleases(options?)
-
Shortlinks:
- parse(link, options?)
-
Fixed
- Fixed Samehadaku, reflecting to their new template.
- Fixed Kiryuu
newReleaseManga
when the manga has no chapter.
v2.4.7 (April 28, 2020)
Fixed:
- Samehadaku: reflecting to the new template
- Kiryuu: fixed new releases when the title has no chapter
v2.2.2 (February 9, 2020)
Patched:
- Shortlink now able to handle bucin and neonime.org
v2.1.3 (January 18, 2020)
Updated:
- Updated hightech shortlink: use new page with context and use cookie to get the final link
- Updated optimize page
v2.1.0 (January 14, 2020)
Added:
- Added Coeg
- Added Siotong
- Added Telondasmu
- Added Greget
v2.0.0 (January 13, 2020)
Changed:
- Changed routing to more standardized endpoints (https://documenter.getpostman.com/view/3762767/SWLh5STA?version=latest)
- Changed license to MIT