Skip to content

Releases: worldbank/repkit

v3.1

26 Sep 15:07
666bd2f
Compare
Choose a tag to compare

Version 3.1

Minor update: fix rendering issue in lint.sthlp

v3.0

26 Sep 15:04
41fe7a1
Compare
Choose a tag to compare

Version 3.0

Major update: New command: lint

This already existing command was included in repkit. It was previously hosted here: https://github.com/worldbank/stata-linter

Minor updates:

Fix issues:

v2.2

30 Jul 20:59
Compare
Choose a tag to compare

New command: reproot_setup

Fixes the following issues: #4, #10, #38, #40, #46, #48, #50, #59

v2.1

20 May 12:33
672f841
Compare
Choose a tag to compare

Hotfix version to fix repadolog that broke on commands with " in notes

v2.0 - new command repadolog

20 May 12:31
ef8524a
Compare
Choose a tag to compare

Introduction of command repadolog that generates a report on the meta in the currently active stata.trk file.

Plus updates to reprun

v1.2

22 Feb 19:35
97910c2
Compare
Choose a tag to compare

Beta release of reproot for final testing

Repkit v1.1

22 Jan 10:00
Compare
Choose a tag to compare

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

06 Nov 16:18
Compare
Choose a tag to compare

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.