Commit graph

150 commits

Author SHA1 Message Date
Kuba Odias
4e3b177be7 Allow for extra hyphens in pre-release build version 2018-12-14 23:09:25 +01:00
Tristan Sloughter
d4079cd127
fix ec_semver:pes test to not ignore alpha versions 2018-10-13 08:39:47 -06:00
Tristan Sloughter
f6992d72ca fix insecure_mkdtemp type spec 2018-08-27 14:59:32 -06:00
Tristan Sloughter
64d76963c7
use git tag for version in .app 2018-06-23 15:35:56 -06:00
Tristan Sloughter
8302adf831
support more fine grained file info copy levels 2018-06-22 16:28:19 -06:00
Benedikt Reinartz
c730da3b9d
Use environment variables to find the tmp directory 2018-06-14 08:18:33 +02:00
Tristan Sloughter
9137b5dc54
version bump 2018-05-02 20:44:59 -06:00
Fred Hebert
ad2d57d8b6 Work around OTP-21 deprecation of get_stacktrace() 2018-05-02 21:47:52 -04:00
Tristan Sloughter
51de0f2c7a
version bump 2018-02-02 20:27:02 -08:00
Sascha Kattelmann
6e9f640c9c Fix git version parsing 2018-02-01 10:43:38 +01:00
Tristan Sloughter
a227a0fce9 version bump 2017-11-17 13:30:51 -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
Luis Rascao
6933a178ec Bump to 1.0.3 2017-11-15 11:35:10 +00: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
Luis Rascao
f09d8f18a1 Bump to 1.0.2 2017-11-03 18:32:52 +00:00
Tristan Sloughter
41ff18e5d1 version bump to 1.0.1 2017-11-03 09:24:55 -07: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
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
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
Tristan Sloughter
4d2ab621ab version bump 2016-11-27 11:15:30 -08:00
Joe DeVivo
f64a4b1661 Add the ability to explicitly turn off ANSI color 2016-10-29 05:35:41 -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
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
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
Heinz N. Gies
f983b1ac85 Update cmd_log to use cf for color encoding, including term detection 2015-10-31 18:03:30 +01:00
Heinz N. Gies
87c76aeb2a Alow less colourful output
Basically this adds a new/3 with a third argument of intensity.
The default (and by that the behaviour of new/1 and /2) remain
unchanged so existing code isn't affected.

If intenisty is set to `low` (instead of `high`) then only the
prefix is coloured making the whole output less colourful and
for some cases easyer to read.
2015-09-23 20:41:15 +02:00
Tristan Sloughter
3608a576fb version bump to 0.16.0 2015-09-19 13:08:11 -05:00
Tristan Sloughter
7c37ecf949 make v optional as prefix to version in git_vsn 2015-09-19 13:08:11 -05:00
Eric Merritt
739a9bcf24 Swap DEV_ONLY for TEST in the test exclusion macros 2015-09-07 10:45:58 -07:00
Eric Merritt
885a516f03 remove proper as a testing tool from the package
PropEr has a problematic license and that makes it unusable.
Historically, there was some ideas that it was going to change but it
never did.
2015-09-04 10:48:21 -07:00
Tristan Sloughter
6813d5184c version bump 2015-07-12 11:10:27 -05:00