This repository was archived by the owner on Apr 21, 2019. It is now read-only.
File tree 3 files changed +40
-2
lines changed
3 files changed +40
-2
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ ## [ v0.1.5] ( https://github.com/gokmen/yeager/compare/v0.1.4...v0.1.5 ) - 2017-09-22
4
+
5
+ ### Merged
6
+ * Globs with multiple result support [ ` #6 ` ] ( https://github.com/gokmen/yeager/pull/6 )
7
+
8
+
9
+ ## [ v0.1.4] ( https://github.com/gokmen/yeager/compare/v0.1.3...v0.1.4 ) - 2017-09-22
10
+
11
+ ### Merged
12
+ * Yeager::Router Optional parameter support for routes [ ` #5 ` ] ( https://github.com/gokmen/yeager/pull/5 )
13
+ * Multiple result support for Yeager::Router [ ` #4 ` ] ( https://github.com/gokmen/yeager/pull/4 )
14
+ * Next handler support for chained routes [ ` #3 ` ] ( https://github.com/gokmen/yeager/pull/3 )
15
+
16
+
17
+ ## [ v0.1.3] ( https://github.com/gokmen/yeager/compare/v0.1.2...v0.1.3 ) - 2017-09-17
18
+
19
+ ### Merged
20
+ * Yeager::App the missing HTTP handler [ ` #2 ` ] ( https://github.com/gokmen/yeager/pull/2 )
21
+
22
+
23
+ ## [ v0.1.2] ( https://github.com/gokmen/yeager/compare/v0.1.1...v0.1.2 ) - 2017-09-16
24
+
25
+ ### Merged
26
+ * RouterHandler: Handler support for Yeager::Router [ ` #1 ` ] ( https://github.com/gokmen/yeager/pull/1 )
27
+
28
+
29
+ ## [ v0.1.1] ( https://github.com/gokmen/yeager/compare/v0.1.0...v0.1.1 ) - 2017-09-14
30
+
31
+ ### Commits
32
+ * Spec: separate Router spec into it's own file [ ` 82da88f ` ] ( https://github.com/gokmen/yeager/commit/82da88f4e48b9612bf28633c196d1d733471472c )
33
+
34
+
35
+ ## v0.1.0 - 2017-09-13
36
+
37
+ ### Commits
38
+ * Initial commit [ ` 81926dc ` ] ( https://github.com/gokmen/yeager/commit/81926dcc5697c5c4531cfee0f6e8279d34aa29de )
Original file line number Diff line number Diff line change 1
1
name : yeager
2
- version : 0.1.4
2
+ version : 0.1.5
3
3
4
4
authors :
5
5
- Gokmen Goksel <gokmen@goksel.me>
Original file line number Diff line number Diff line change 1
1
module Yeager
2
- VERSION = " 0.1.4 "
2
+ VERSION = " 0.1.5 "
3
3
end
You can’t perform that action at this time.
0 commit comments