Commit graph

339 commits

Author SHA1 Message Date
Tristan Sloughter
657c767a8c Merge pull request #119 from wrren/hotfix/iso8601_formatting
Fixing #103 - Updated ISO8601 parsing to add leading zero to hour
2017-09-04 19:41:59 -07:00
Warren Kenny
3ad087f8e0 Updated ISO8601 parsing to add leading zero to hour 2017-02-06 22:28:49 +00:00
Henrik Tudborg
f92f7de6f8 Fixing #117 - microseconds not parsing when offset given 2017-02-03 14:12:50 +01:00
Tristan Sloughter
0916834752 Merge pull request #107 from choptastic/patch-1
Use cf 0.2.2 with rebar2
2017-01-31 09:13:22 -08:00
Eric Merritt
0898f1caf0 Merge pull request #114 from tsloughter/master
1.0: remove unneeded export_all. in OTP20 it is a warning
2017-01-09 07:46:45 -08:00
Tristan Sloughter
c9f1c5debe bump to version 1.0 2017-01-08 10:07:44 -08:00
Tristan Sloughter
69fbe53eea remove unneeded export_all. in OTP20 it is a warning 2017-01-07 18:45:30 -08:00
Luis Rascão
e76dd80a1e Merge pull request #113 from tsloughter/master
version bump
2016-11-27 19:19:42 +00:00
Tristan Sloughter
4d2ab621ab version bump 2016-11-27 11:15:30 -08:00
Tristan Sloughter
ab6617496b Merge pull request #112 from lrascao/feature/bump_cf
Bump cf to 0.2.2
2016-11-27 11:03:26 -08:00
Luis Rascao
4513db483d Bump cf to 0.2.2 2016-11-27 18:57:55 +00:00
Tristan Sloughter
db88b093d2 Merge pull request #111 from joedevivo/master
Add the ability to explicitly turn off ANSI color
2016-10-29 11:44:50 -07:00
Joe DeVivo
f64a4b1661 Add the ability to explicitly turn off ANSI color 2016-10-29 05:35:41 -07:00
Tristan Sloughter
603441a036 Merge pull request #109 from erszcz/pr77-microseconds-fix
Fix parsing of ISO 8601 decimal fractions of a second
2016-09-05 13:12:04 -07:00
Radek Szymczyszyn
a91c96eb92 Support ISO 8601 fractions of a seconds up to 6 places after the comma 2016-08-22 11:10:18 +02:00
Radek Szymczyszyn
5d729253d3 Add one more parsing test (just 3 places after the comma) 2016-08-19 14:09:51 +02:00
Radek Szymczyszyn
a298a7b045 Fix support for ISO 8601 fractions of a second
This is limited to milli- and microseconds interpreted
as 3 or 6 places after decimal comma.
All of the following, while valid according to the standard, won't be accepted:

- 2001-03-10T17:16:17.1Z
- 2001-03-10T17:16:17.12Z
- 2001-03-10T17:16:17.1234Z
- 2001-03-10T17:16:17.12345Z
- 2001-03-10T17:16:17.1234567Z
2016-08-19 12:38:40 +02:00
Radek Szymczyszyn
ed107c94b4 Fix microsecond() range 2016-08-19 11:05:29 +02:00
Kirilll Zaborsky
ab321b16e6 Testcase showing broken microseconds parsing 2016-08-19 10:32:47 +02:00
Kirilll Zaborsky
8dd9f826db pad2 spec fix 2016-08-19 10:32:47 +02:00
Kirilll Zaborsky
d052e63ba5 Proper zero padding for microseconds 2016-08-19 10:32:47 +02:00
Jesse Gumm
fe9120696e Use cf 0.2.2 with rebar2
cf 0.2.0 doesn't compile with rebar2, but 0.2.2 (recently tagged) works and passes tests.
2016-07-07 11:59:42 -05:00
Jordan Wilberding
8974edb6a6 Merge pull request #106 from tsloughter/random
Fixes for OTP-19 support
2016-05-13 06:25:51 -06:00
Tristan Sloughter
b666164c0d version bump 2016-05-12 21:58:56 -05:00
Tristan Sloughter
6d63ffde57 remove typespec syntax that was removed in OTP-19 2016-05-12 21:54:04 -05:00
Tristan Sloughter
001e7fcf4b remove use of deprecated random module 2016-05-12 21:54:04 -05:00
Benedikt Reinartz
57f56c2860 Make ec_git_vsn Windows-compatible, readd prefix functionality. 2016-04-06 16:28:20 +02:00
Tristan Sloughter
874f2dc821 Merge pull request #102 from omarkj/omarkj-compile-on-rebar3
Fix `rebar.config.script` to work with latest `rebar3`.
2016-03-10 13:21:43 -06:00
Ómar Kjartan Yasin
0c1636e75a Fix script so it can compile git-versioned
rebar3 variables as that is the way these versions
can look when updated using
`rebar3 local upgrade`.
2016-03-10 10:46:39 -08:00
Tristan Sloughter
8a325c0291 Merge pull request #99 from ericmj/patch-1
Support non rebar tools evaluating script
2015-12-02 15:47:08 -06:00
Eric Meadows-Jönsson
b84eed3634 Support non rebar tools evaluating script 2015-12-02 22:42:25 +01:00
Jordan Wilberding
0a4d2811f1 Merge pull request #98 from tsloughter/cf_fix
fix colorizing when not bold, type of fase for false
2015-11-21 13:59:50 -08:00
Tristan Sloughter
906a32e6c3 correct hex metadata to maintainers for contributors 2015-11-21 15:25:33 -06:00
Tristan Sloughter
60eb82aed5 fix colorizing when not bold, type of fase for false 2015-11-21 15:23:06 -06:00
Jordan Wilberding
05f062d23d Merge pull request #96 from tsloughter/rebar2_support
add rebar.config.script to fall back to rebar2 style deps if using rebar2
2015-11-03 20:05:53 -08:00
Tristan Sloughter
5ef37420b6 Merge pull request #97 from budzejko/master
fix DOWN messages from external sources issue
2015-11-02 14:32:59 -06:00
Jacek Budzejko
2240decb95 fix DOWN messages from external sources issue 2015-11-02 21:05:58 +01:00
Tristan Sloughter
505d35996d add rebar.config.script to fall back to rebar2 style deps if using rebar2 2015-11-02 09:46:25 -06:00
Tristan Sloughter
8c1b1133de Merge pull request #92 from project-fifo/cf-colouring
Update cmd_log to use cf for color encoding, including term detection
2015-10-31 17:38:36 -05:00
Tristan Sloughter
a4ed7d683e Merge pull request #93 from project-fifo/travis-update
Update to new travis infrastructure
2015-10-31 17:38:29 -05:00
Heinz N. Gies
74cc980f94 Update to new travis infrastructure 2015-10-31 23:31:50 +01:00
Heinz N. Gies
ad3eed2cd5 I'm done with R15 2015-10-31 23:27:25 +01:00
Heinz N. Gies
d7af2ecdfe Fix eunit typo 2015-10-31 23:23:30 +01:00
Heinz N. Gies
056377c2d8 Add R15 back in, run eunit instead of ct and use old rebar3 2015-10-31 23:17:20 +01:00
Heinz N. Gies
453922a6ed Bye bye R15 2015-10-31 23:11:19 +01:00
Heinz N. Gies
f7650e843d Bump travis R15 version to 03 2015-10-31 22:54:59 +01:00
Heinz N. Gies
28dd4e812e Add more debugs 2015-10-31 22:30:48 +01:00
Heinz N. Gies
19df1c0750 Add debug 2015-10-31 21:48:59 +01:00
Heinz N. Gies
0583ffa672 Update rebar3 2015-10-31 21:09:26 +01:00
Heinz N. Gies
f983b1ac85 Update cmd_log to use cf for color encoding, including term detection 2015-10-31 18:03:30 +01:00