Release version notation is made of three integers x
, y
and z
delimited by .
(i.e. x.y.z
). Incrementation of version numbers follows the following rules:
z
- incremented on minor updates such as bug-fixes, optimizations, refactor, ect.y
- incremented on major updates such as feature additions.x
- incremented on breaking updates such that some feature is not fully backwards compatible.
Version | JAR | Release Notes |
---|---|---|
4.0.1 | Not Released |
|
4.0.0 | Dynamock Server 4.0.0 JAR |
|
3.0.0 | Dynamock Server 3.0.0 JAR |
|
2.1.0 | Dynamock Server 2.1.0 JAR |
|
2.0.1 | Dynamock Server 2.0.1 JAR |
|
2.0.0 | Dynamock Server 2.0.0 JAR |
|
1.0.0 | Dynamock Server 1.0.0 JAR | Initial Release |