Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
blang
/
semver
/
HEAD
4487282
docs: add instructions for version v4
by Benedikt Lang
· 5 years ago
master
af3461a
introduce version 4 as separate go module
by Benedikt Lang
· 5 years ago
v4.0.0
19a0680
Update go.mod to stick to go 1.12
by Sascha Grunert
· 5 years ago
dff411d
gosimple use String() instead of fmt.Sprintf
by x899
· 5 years ago
v3.8.0
2622336
finalize version feature
by x899
· 5 years ago
dedd315
maintaining consistency with other func format
by x899
· 5 years ago
a64359f
remove pre-release increment constraint
by Leonardo
· 5 years ago
v3.7.0
ad15b66
Fix ParseTolerant when zeros are continuous
by Songmu
· 5 years ago
d3feafb
Explicitly ignore errors in benchmarks
by Hanzei
· 5 years ago
086cfa0
Use idiomatic ++
by Hanzei
· 5 years ago
1a9109f
Add test for go 1.12
by Hanzei
· 6 years ago
e3f131b
gx publish 3.6.1
by Benedikt Lang
· 6 years ago
ba2c2dd
Simplify string.Index in range
by Benedikt Lang
· 6 years ago
v3.6.1
0c4b8ea
Update README.md
by Sven SAULEAU
· 6 years ago
84f3627
Increment methods for major, minor and patch version according to the specs.
by Eduardo Lezcano
· 6 years ago
v3.6.0
b3fa6b3
feat: let ParseTolerant remove leading zeros from version digits
by matfax
· 6 years ago
860ac32
Fix travis
by Hanzei
· 6 years ago
395bcbf
Fix golint issue
by Hanzei
· 6 years ago
ee9e223
Fix go vet issues
by Hanzei
· 6 years ago
fd29169
Add go 1.11 to travis
by Hanzei
· 6 years ago
3f55712
Enable go modules
by Radek Simko
· 6 years ago
3c10740
Add go 1.8, 1.9, 1.10 to travis
by Shuhei Kitagawa
· 7 years ago
c5e971d
scaling image for godoc badge
by Lukas Rist
· 7 years ago
a088618
add report card badge to readme
by Matt Jaffee
· 7 years ago
557ee99
Go report card fixes (#36)
by Matthew Jaffee
· 7 years ago
2ee8785
gx publish 3.5.1
by Benedikt Lang
· 8 years ago
v3.5.1
4a1e882
Improve docs... (#29)
by Alexander Nestorov
· 8 years ago
ff9bd0e
Travis-ci
by Benedikt Lang
· 8 years ago
fe96716
gx publish 3.5.0
by Benedikt Lang
· 8 years ago
b38d23b
Support wildcards in version range
by Alexander Nestorov
· 8 years ago
v3.5.0
dfab6d0
gx publish 3.4.0
by Benedikt Lang
· 8 years ago
57172d9
Make splitAndTrim parse more inteligently... (#26)
by Alexander Nestorov
· 8 years ago
v3.4.0
3a37c30
Add one json unmarshal test for full coverage
by ferhat elmas
· 9 years ago
99c25b2
Publish to gx
by Jakub Sztandera
· 9 years ago
60ec348
Adds MustParseRange
by Gabe Rosenhouse
· 9 years ago
v3.3.0
e64c75d
add tolerant parsing functionality for non-standard versions
by kujenga
· 9 years ago
v3.2.0
aea32c9
Range support
by Benedikt Lang
· 10 years ago
v3.1.0
31b7361
Documentation, code cleaning
by Benedikt Lang
· 10 years ago
v3.0.1
2f3112b
New() and Make()
by Benedikt Lang
· 10 years ago
v3.0.0
fe545f5
Add MustParse
by Alexandru Cojocaru
· 10 years ago
v2.2.0
9bf7bff
README: Add json feature
by Benedikt Lang
· 11 years ago
v2.1.0
5b0d386
Implements json.Marshaler and json.Unmarshaler
by Josh Hawn
· 11 years ago
42513fe
Update benchmarks
by Benedikt Lang
· 11 years ago
0575a3c
Start with a slice large enough for the minimum version
by Chris Bandy
· 11 years ago
v2.0.2
907ae84
Remove unnecessary constants and range checks
by Benedikt Lang
· 11 years ago
570f305
String benchmark results
by Benedikt Lang
· 11 years ago
v2.0.1
35e41ad
Use byte slice to build Version string
by Chris Bandy
· 11 years ago
658dfb4
Benchmarks for String()
by Chris Bandy
· 11 years ago
c2ac2cf
Push to version 2.0.0
by Benedikt Lang
· 11 years ago
v2.0.0
f4dbd8b
Simplify Scan() slightly
by Chris Bandy
· 11 years ago
58baed9
Show that numbers larger than uint64 cannot be parsed
by Chris Bandy
· 11 years ago
1721683
Fix error messages to match assertions
by Chris Bandy
· 11 years ago
fa1b4b2
Simplify parsing by using more slices
by Chris Bandy
· 11 years ago
61fed1c
Add additional compare helpers
by Benedikt Lang
· 11 years ago
7f12584
Sortable slice of versions
by Benedikt Lang
· 11 years ago
c8864c2
Change to value arguments
by Benedikt Lang
· 11 years ago
0d739ae
Remove unnecessary pointer arguments
by Benedikt Lang
· 11 years ago
v1.1.0
b1824b9
README: Add database/sql compatibility
by Benedikt Lang
· 11 years ago
272ed2e
Added methods to implement sql related interfaces.
by tike
· 11 years ago
f181235
Merge pull request #2 from jstnlef/minor-refactoring
by Benedikt Lang
· 11 years ago
v1.0.4
50c0e52
much simpler logic without requiring a branch condition
by Justin LeFebvre
· 11 years ago
b5ecf01
really minor change to the logic here
by Justin LeFebvre
· 11 years ago
0f7f011
Remove constants export
by Benedikt Lang
· 11 years ago
v1.0.3
e44422b
Merge pull request #1 from jstnlef/buffer-to-string-array
by Benedikt Lang
· 11 years ago
30bbe0b
there is no need to use a bytes buffer when string slices are efficient enough. This is especially true since the version strings are guaranteed to be sufficiently small
by Justin LeFebvre
· 11 years ago
f7866e5
README: Coverage status badge upate, semver link
by Benedikt Lang
· 11 years ago
v1.0.2
a5a1870
Use drone.io instead of travisci
by Benedikt Lang
· 11 years ago
ed35585
Add Travis-ci config
by Benedikt Lang
· 11 years ago
dc253f7
README: Format, godoc link
by Benedikt Lang
· 11 years ago
ab6403b
Hide constants
by Benedikt Lang
· 11 years ago
c2a6207
Add spec #9 test
by Benedikt Lang
· 11 years ago
e030971
Check for leading zeroes
by Benedikt Lang
· 11 years ago
v1.0.1
d6107de
Add drone.io build status
by Benedikt Lang
· 11 years ago
58fd7ff
README, examples, benchmarks
by Benedikt Lang
· 11 years ago
v1.0.0
6bee9cf
Add validation, further tests, compare helpers
by Benedikt Lang
· 11 years ago
a76e16a
Full working set, missing some tests
by Benedikt Lang
· 11 years ago
d2e12bf
First draft
by Benedikt Lang
· 11 years ago
1ea2d28
Add license
by Benedikt Lang
· 11 years ago