- Migrated to feedless-core-0.1.1
- All endpoints changed from
/api/
to/api/legacy
- Maintenance messages can be opted-in by passing
debug=true
in the url - No tokens are used anymore, just throttling, caching and host protection
- Full rewrite in kotlin
- Remove using ids in xpaths, cause they are not abstract enough
- Bugfixes
- Merging rules and picking the right link
- Removes proxy endpoint
- Adds support for dynamic websites (JavaScript)
- Improves UI to visualize feed output
- Uses XPaths instead of CSS Selectors to identify feeds
- Hardened API
- Renders parsing errors in a valid feed
- Bugfixes
- Adds Retry-After Header
- Allow short titles
- Cache layer using memcache
- Using pm2 to keep node server running after crash - 5138d25
- Simplify development by building the core-package automatically
- travis-ci build
- Working version