Releases: worldbank/repkit
Releases · worldbank/repkit
v3.1
v3.0
v2.2
v2.1
Hotfix version to fix repadolog
that broke on commands with "
in notes
v2.0 - new command repadolog
Introduction of command repadolog
that generates a report on the meta in the currently active stata.trk
file.
Plus updates to reprun
v1.2
Beta release of reproot
for final testing
Repkit v1.1
Beta release of reprun
For wider testing and to have team start testing it on real project.
New syntaxt for repado
Old syntax:
repado , adopath("`out'/ado") mode("strict")
repado , adopath("`out'/ado") mode("nostrict")
has been replaced with new syntax:
repado "`out'/ado"
repado "`out'/ado", nostrict
This is more Stata-like. The old syntax will continue to work for backward compatibility reasons.
v1.0 - first release of repkit - new command repado
First release of repkit
on SSC. This version only includes the command repado
. repado
is a command providing functionality to make sure that all team members as well as future reproducers of the code will use the exact same version of ado command dependencies.