summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-05-30 20:22:41 +0900
committerRandy Morgan <[email protected]>2012-05-30 20:22:41 +0900
commit3e9026bae0dde81eeeb86ee76ee680b4b8878b86 (patch)
tree2801d2282c6e3f663ecaa307c062b84662d8a8ce /README.md
parentf7287c1f421a7e71ae34658adb29b30fefb1afe3 (diff)
downloadcaxlsx-3e9026bae0dde81eeeb86ee76ee680b4b8878b86.tar.gz
caxlsx-3e9026bae0dde81eeeb86ee76ee680b4b8878b86.zip
release prep for 1.1.6
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 20 insertions, 3 deletions
diff --git a/README.md b/README.md
index 58e83aa1..e0fe68c6 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Axlsx: Office Open XML Spreadsheet Generation
**License**: MIT License
-**Latest Version**: 1.1.5
+**Latest Version**: 1.1.6
**Ruby Version**: 1.8.7, 1.9.2, 1.9.3
@@ -24,7 +24,7 @@ Axlsx: Office Open XML Spreadsheet Generation
**Rubinius Version**: rubinius 2.0.0dev * lower versions may run, this gem always tests against head.
-**Release Date**: May 13rd 2012
+**Release Date**: May 30th 2012
If you are working in rails, or with active record see:
http://github.com/randym/acts_as_xlsx
@@ -32,6 +32,9 @@ http://github.com/randym/acts_as_xlsx
There are guides for using axlsx and acts_as_xlsx here:
[http://axlsx.blogspot.com](http://axlsx.blogspot.com)
+The examples directory contains a number of more specific examples as
+well.
+
Synopsis
--------
@@ -63,7 +66,8 @@ Feature List
**9. Cell level style overrides for default and customized style objects
-**10. Support for formulas
+**10. Support for formulas, merging, row and column outlining as well as
+cell level input data validation.
**11. Support for cell merging as well as column and row outline
@@ -107,6 +111,17 @@ This gem has 100% test coverage using test/unit. To execute tests for this gem,
#Change log
---------
+- ** May.30.12**: 1.1.6 release
+ - data protection with passwords for sheets
+ - cell level input validators
+ - added support for two cell anchors for images
+ - test coverage now back up to 100%
+ - bugfix for merge cell sorting algorithm
+ - added fit_to method for page_setup to simplify managing witdh/height
+ - added ph (phonetics) and s (style) attributes for row.
+ - resolved all warnings generating from this gem.
+ - improved comment relationship management for multiple comments
+
- ** May.13.12**: 1.1.5 release
- MOAR print options! You can now specify paper size, orientation,
fit to width, page margings and gridlines for printing.
@@ -159,6 +174,8 @@ Please see the {file:CHANGELOG.md} document for past release information.
[scpike](https://github.com/scpike) - for keeping numbers fixed even when they are rational and a super clean implementation of conditional formatting.
+[janhuehne](https://github.com/janhuehne) - for working out the decoder ring and adding in cell level validation.
+
#Copyright and License
----------