Commit graph

258 commits

Author SHA1 Message Date
Tristan Sloughter
d501d710e2
Merge pull request #128 from GalaxyGorilla/fix_git_vsn
Fix git version parsing
2018-02-02 20:09:59 -08:00
Sascha Kattelmann
6e9f640c9c Fix git version parsing 2018-02-01 10:43:38 +01:00
Luis Rascão
012bc2f789
Merge pull request #127 from tsloughter/master
version bump
2017-11-17 21:34:30 +00:00
Tristan Sloughter
a227a0fce9 version bump 2017-11-17 13:30:51 -08:00
Tristan Sloughter
a12eed3d1d
Merge pull request #126 from tsloughter/git-vsn-fix
fix git command to find tags and default empty pattern
2017-11-17 13:27:34 -08:00
Tristan Sloughter
5956de425f fix use of string:trim 2017-11-17 10:18:41 -08:00
Tristan Sloughter
f1ecf12ad3 fix git command to find tags and default empty pattern 2017-11-17 10:15:25 -08:00
Tristan Sloughter
fb449e9e01
Merge pull request #125 from lrascao/1.0.3-bump
Bump to 1.0.3
2017-11-16 08:34:59 -08:00
Luis Rascao
6933a178ec Bump to 1.0.3 2017-11-15 11:35:10 +00:00
Tristan Sloughter
2690bd14a3
Merge pull request #124 from ferd/fix-trim-usage-otp21
Fix bad unicode transition for OTP 20+
2017-11-14 18:58:35 -08:00
Fred Hebert
df7728d81f Fix bad unicode transition for OTP 20+
The trim/3 function accepts a list of graphemes rather than a single
character. This means previous patches were wrong and totally breaking.
2017-11-14 21:20:36 -05:00
Tristan Sloughter
d792f8c5ff
Merge pull request #123 from lrascao/1.0.2-bump
Bump to 1.0.2
2017-11-12 14:55:39 -08:00
Luis Rascao
f09d8f18a1 Bump to 1.0.2 2017-11-03 18:32:52 +00:00
Luis Rascão
b8bbc4cfac
Merge pull request #122 from tsloughter/1.0.1-bump
version bump to 1.0.1
2017-11-03 18:27:40 +00:00
Tristan Sloughter
41ff18e5d1 version bump to 1.0.1 2017-11-03 09:24:55 -07:00
Luis Rascão
4f086fc5fa
Merge pull request #121 from ferd/otp20-unicode-support
Add compile-time switch for OTP-20 string funcs
2017-11-01 18:24:03 +00:00
Fred Hebert
f8f72b7cc5 Add compile-time switch for OTP-20 string funcs
Allows support for Unicode data, and prevents compile warnings that will
start with OTP-20.
2017-11-01 11:26:17 -04:00
Tristan Sloughter
fa1ec76a9b Merge pull request #105 from filmor/semver-prefix
Make ec_git_vsn Windows-compatible, readd prefix functionality.
2017-09-04 19:46:16 -07:00
Tristan Sloughter
681973a29c Merge pull request #118 from shopgun/master
Fixing #117 - microseconds not parsing when offset given
2017-09-04 19:43:46 -07:00
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