1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-23 00:22:19 +01:00

add changes

This commit is contained in:
sveisvei 2017-06-28 10:52:46 +02:00 committed by Ivar Conradi Østhus
parent 0ae24c68e6
commit 30ae143dae

View File

@ -1,5 +1,12 @@
# Changelog
## [Unreleased]
- moved api endpoints to /api/admin/* and /api/client/*
- refactored all routes to use a standalone router per file
- removed v.1 legacy data support
- removed v.1 legacy /features endpoint
- added prettier and upgraded eslint
## 2.2.0
- Expose hooks in main export #223