diff options
| author | Randy Morgan <[email protected]> | 2013-01-23 08:22:32 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2013-01-23 08:22:39 +0900 |
| commit | f16b22913ab21f6187598216510bc68c0f662cc1 (patch) | |
| tree | eb1e6c874985ced22c7e5b815cbd610a5b46511f | |
| parent | 0e953a4f162bcd8a9d54a39504cea9c074551012 (diff) | |
| download | caxlsx-f16b22913ab21f6187598216510bc68c0f662cc1.tar.gz caxlsx-f16b22913ab21f6187598216510bc68c0f662cc1.zip | |
Updated README as pre-release prep
| -rw-r--r-- | README.md | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -152,13 +152,19 @@ This gem has 100% test coverage using test/unit. To execute tests for this gem, #Change log --------- -- **December.??.12**:1.3.5 +- **January.??.12**:1.3.5 + - converted vary_colors for chart data to instance variable with appropriate defulats for the various charts. + - Added trust_input method on Axlsx to instruct the serializer to skip HTML escaping. This will give you a tremendous performance boost, + Please be sure that you will never have <, >, etc in your content or the XML will be invalid. + - Rewrote cell serialization to improve performance + - Added iso_8601 type to support text based date and time management. + - Bug fix for relationahip management in drawings when you add images + and charts to the same worksheet drawing. - Added outline_level_rows and outline_level_columns to worksheet to simplify setting up outlining in the worksheet. - Added support for pivot tables - Added support for descrete border edge styles - Improved validation of sheet names - - Added support for formula value caching so that iOS and OSX preview can show the proper values - + - Added support for formula value caching so that iOS and OSX preview can show the proper values. See Cell.add_row and the formula_values option. - **November.25.12**:1.3.4 - Support for headers and footers for worksheets - bug fix: Properly escape hyperlink urls @@ -256,6 +262,8 @@ air and our feet on the ground. [ball-hayden](https://github.com/ball-hayden) - For making sure we only get the right characters in our sheet names. +[nibus](https://github.com/nibus) - For patching sheet name unequeness. + #Copyright and License ---------- |
