We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10614f8 commit 089ea55Copy full SHA for 089ea55
CHANGELOG.md
@@ -1,5 +1,11 @@
1
### HEAD
2
3
+### 1.4.0 March 20, 2015
4
+
5
+* Added RackMapped adapter which allows Webmachine apps to be mounted
6
+ at a non-root path using Rack::Map.
7
+ Thanks to [Julian Doherty](https://github.com/madlep) for writing this.
8
9
### 1.3.1 January 15, 2015
10
11
* Fixed URI construction, including handling IPv6 addresses, when the
lib/webmachine/version.rb
@@ -1,6 +1,6 @@
module Webmachine
# Library version
- VERSION = "1.3.1".freeze
+ VERSION = "1.4.0".freeze
# String for use in "Server" HTTP response header, which includes
# the {VERSION}.
0 commit comments