Releases: contributte/api-router
Releases · contributte/api-router
v2.0.2
Bumped! 🧢
Diff: v2.0.1...v2.0.2
Changes:
- bumped doctrine annotations version [17d29ea]
- previously put wrong version [625c2d3]
- fixed composer.json [20fa693]
- Merge pull request #14 from kralmichal/master, bumped doctrine annotations version [989be1b] (@paveljanda)
- .travis.yml: added test for php 7.2 [7d8634f] (@paveljanda)
v2.0.1
v2.0.0
Added
- Composer requires php 7.1
- Travis requires php 7.1
- Using php 7.1 return types + method argument types declarations
Fixed
- ApiRouterExtension: add ApiRouter annotated presenter route only if there are some remaining methods without ApiRouter annotated presenter method
v1.2.10
Bumped! 🥨
Diff: v1.2.1...v1.2.10
Changes:
- Update README.md [7bc08c6] (@paveljanda)
- Improved coding style, added ApiRoutesResolverTest, readme update [a5b2592] (@paveljanda)
- Add dependency on doctrine/cache [65d6c41] (@romanmatyus)
- Merge pull request #4 from romanmatyus/patch-1, Add dependency on doctrine/cache [ec52aee] (@paveljanda)
- Travis update, Nette 2.4 added to composer [d58a490] (@paveljanda)
- Travis update [23f5496] (@paveljanda)
- Added section Response codes [a5c4c64] (@paveljanda)
- Added OPTIONS http method [a1b3667] (@paveljanda)
- Tests update [d240eb6] (@paveljanda)
- ApiRoute could be disabled (used only for documentation, for example) [82cfa87] (@paveljanda)
- Removed line related to url script due to BC break of nette/http (nette/http@12ac75c) [56a27dc] (@paveljanda)
- Update of doctrine/annotations dependency, Doctrine/annotations dependency can be newer [603b817] (@honzagula)
- Merge pull request #8 from honzagula/master, Update of doctrine/annotations dependency [c91fa0a] (@paveljanda)
- fix brackets in regular expressions of parameters [bb15d32] (@LukasVitek)
- added PATCH http method [867e983] (@LukasVitek)
- Merge pull request #10 from LukasVitek/fix-brackets-in-parametrs, fix brackets in regular expressions of parameters [a65c6bb] (@paveljanda)
- Merge pull request #11 from LukasVitek/add-PATCH, added PATCH http method [2e088a9] (@paveljanda)
- ApiRouteTest update [c24bdce]
- Add ApiRouter annotated presenter route only if there are some remaining methods without ApiRouter annotated presenter method [1c1834b] (@paveljanda)
v1.2.9
Bumped! 🔣
Diff: v1.2.8...v1.2.9
Changes:
- fix brackets in regular expressions of parameters [bb15d32] (@LukasVitek)
- added PATCH http method [867e983] (@LukasVitek)
- Merge pull request #10 from LukasVitek/fix-brackets-in-parametrs, fix brackets in regular expressions of parameters [a65c6bb] (@paveljanda)
- Merge pull request #11 from LukasVitek/add-PATCH, added PATCH http method [2e088a9] (@paveljanda)
- ApiRouteTest update [c24bdce]
v1.2.8
Bumped! 🤴
Diff: v1.2.7...v1.2.8
Changes:
- Update of doctrine/annotations dependency, Doctrine/annotations dependency can be newer [603b817] (@honzagula)
- Merge pull request #8 from honzagula/master, Update of doctrine/annotations dependency [c91fa0a] (@paveljanda)
v1.2.7
Bumped! 👩💼
Diff: v1.2.6...v1.2.7
Changes:
- ApiRoute could be disabled (used only for documentation, for example) [82cfa87] (@paveljanda)
- Removed line related to url script due to BC break of nette/http (nette/http@12ac75c) [56a27dc] (@paveljanda)
v1.2.6
Bumped! 🌂
Diff: v1.2.5...v1.2.6
Changes:
- Added OPTIONS http method [a1b3667] (@paveljanda)
- Tests update [d240eb6] (@paveljanda)
v1.2.5
v1.2.4
Bumped! ✳️
Diff: v1.2.3...v1.2.4
Changes:
- Travis update, Nette 2.4 added to composer [d58a490] (@paveljanda)
- Travis update [23f5496] (@paveljanda)