History for dub_jkp / source / dub / semver.d
2023-02-04
@WebFreak001
fix typo(s)
WebFreak001 authored on 9 Jan 2023 Mathias LANG committed on 4 Feb 2023
2022-11-17
@Geod24
Add nothrow attributes to dub.semver module
Geod24 authored on 17 Nov 2022 Mathias LANG committed on 17 Nov 2022
2022-07-14
@Geod24
Add attributes and scope annotation to Dependency.Version / semver
Geod24 committed on 14 Jul 2022
2021-08-24
@Per Nordlöw
Replace deprecated keyword `body` with `do`
Per Nordlöw committed on 24 Aug 2021
2021-01-24
@Bastiaan Veelo
Remove unused std.range import.
Bastiaan Veelo authored on 24 Jan 2021 The Dlang Bot committed on 24 Jan 2021
2019-10-11
@Mathis Beer
Add semver compatibility operator "^x.y.z". ...
Mathis Beer committed on 11 Oct 2019
2019-08-31
@JinShil
Replace `hash_t` and `sizediff_t` with `size_t` and `ptrdiff_t`
JinShil committed on 31 Aug 2019
2017-12-01
@Sönke Ludwig
Add pure/nogc annotations to the SemVer module.
Sönke Ludwig committed on 1 Dec 2017
@Sönke Ludwig
Optimization: avoid UTF decoding in the semver module. ...
Sönke Ludwig committed on 1 Dec 2017
2017-03-11
@Sönke Ludwig
Annotate Dependency/Version as safe.
Sönke Ludwig committed on 11 Mar 2017
2017-02-23
@Sebastian Wilzbach
Remove all trailing whitespace ...
Sebastian Wilzbach committed on 23 Feb 2017
2016-04-20
@Sönke Ludwig
Review dub.semver and improve documentation.
Sönke Ludwig committed on 20 Apr 2016
2014-03-17
@John Colvin
correct imports
John Colvin committed on 17 Mar 2014
2014-02-19
@Matthias Dondorff
Following rubygems version specification for approximate version more closely.
Matthias Dondorff committed on 19 Feb 2014
@Sönke Ludwig
Fix compilation on 64-bit systems.
Sönke Ludwig committed on 19 Feb 2014
2014-02-18
@Matthias Dondorff
Implemented ~>1.3.5 version specifier similar to what rubygems are doing.
Matthias Dondorff committed on 18 Feb 2014
2013-11-21
@Sönke Ludwig
Only install pre-release versions with "dub upgrade --prerelease" if release versions are also available.
Sönke Ludwig committed on 21 Nov 2013
2013-11-13
@Sönke Ludwig
Gracefully handle incomplete version strings in isValidVersion().
Sönke Ludwig committed on 13 Nov 2013
@Sönke Ludwig
Add a module for handling SemVer version strings - will replace the Version struct in the future.
Sönke Ludwig committed on 13 Nov 2013