CHANGELOG.md in spout-0.10.0.beta4 vs CHANGELOG.md in spout-0.10.0.beta6
- old
+ new
@@ -1,12 +1,15 @@
## 0.10.0
### Enhancements
+- **Deploy Command**
+ - `spout deploy` command added that allows a data dictionary to be deployed to a web URL
+ - The webserver that is specified must respond to the web requests in a similar manner to nsrr/www.sleepdata.org
- **Import Command**
- `spout import` now changes variables with all caps `display_name` to use title case instead
- Display names that use mixed case are unaffected
- `spout import --domains` now marks options as `"missing": true` if the option value starts with a dot `.` or a dash `-`
- - Display names for values are also changed to title case if they are all caps
+ - Display names for domain options are also changed to title case if they are all caps
- **Testing Changes**
- Tests now include checks to assure that variable display_name fields don't exceed 255 length requirement
- `include Spout::Tests::VariableDisplayNameLength`
## 0.9.1 (October 14, 2014)