Commit Graph

12 Commits

Author SHA1 Message Date
c299585bfb version bump 0.5.1: more fixes needed for xls
- Updated frac to 0.3.1 (issue with numbers exceeding 2**32)
- Invalid dates render empty string
- Sub-second string format
- First steps towards Engineering format
- Fraction formats don't render blanks in the case of zero
- Trailing spaces removed
- More implied tests
2014-01-12 03:31:44 -05:00
d31879d702 version bump 0.5.0: cleanup
- removed ssf_node.js: scripts should define DO_NOT_EXPORT_SSF to prevent export
- added ssf binary
- updated frac to 0.3.0
- entire table can be pulled and saved
- choose_fmt and format functions can take an external table
- LICENSE year updated
- removed unused tests
2014-01-10 14:09:11 -05:00
acdc0d5fff support for LO Calc's 'GENERAL' format 2014-01-03 11:45:11 -05:00
e9482bfa26 version bump 0.4.1: terminating infinite loop
Infinite loop caused by invalid format string without proper end check.  It was
introduced :)
2013-12-31 11:38:31 -05:00
43f8f00ef5 version bump 0.4.0: improvements across the board
- Proper fraction handling (using frac.cont)
- Better handling of negative number cases
- More tests!
2013-12-26 17:35:42 -05:00
5a49d84ae6 version bump 0.3.1: vagaries in the general format 2013-12-16 19:03:07 -05:00
fc9835e819 version bump 0.3.0: support for standard formats
Many cases are hard-coded and should be parsed before version 1.0
2013-12-16 10:36:22 -05:00
e1b753f797 tweaking general format
[ci skip]
2013-12-15 01:13:59 -05:00
30c8c4c071 version bump 0.2.3: negative number love 2013-12-14 23:50:54 -05:00
cfb6a520ae version bump 0.2.2: fraction love 2013-12-14 21:36:52 -05:00
22f04832e3 version bump 0.2.1: more support for implied types 2013-12-13 22:28:57 -05:00
e176abd8de Initial commit 2013-12-06 11:49:25 -05:00