mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-23 21:27:44 +03:00
2.4 KiB
2.4 KiB
CHANGELOG
1.0.0
Enhancements:
- 33: Create a command to generate a short code charset by randomizing the default one
- 15: Return JSON/HTML responses for errors (4xx and 5xx) based on accept header (content negotiation)
- 23: Translate application literals
- 21: Allow to filter visits by date range
- 22: Save visits locations data on a visit_locations table
- 20: Inject cross domain headers in response only if the Origin header is present in the request
- 11: Separate code into multiple modules
- 18: Group routable middleware in an Action namespace
Tasks
- 36: Remove hhvm from the CI matrix since it doesn't support array constants and will fail
- 4: Installation steps
- 6: Remove dependency on expressive helpers package
- 30: Replace the "services" first level config entry by "dependencies", in order to fulfill default Expressive name
- 12: Improve code coverage
- 25: Replace "Middleware" suffix on routable middlewares by "Action"
- 19: Update the vendor and app namespace from Acelaya\UrlShortener to Shlinkio\Shlink
Bugs
0.2.0
Enhancements:
- 9: Use symfony/console to dispatch console requests, instead of trying to integrate the process with expressive
- 8: Create a REST API
- 10: Add more CLI functionality
Tasks