Skip to content

Releases: electrovir/virmator

v2.0.7

06 May 01:15
a6eb847
Compare
Choose a tag to compare

Commits

  • a6eb847: add back wordWrapColumn (electrovir)

v2.0.6

26 Apr 00:21
293ada9
Compare
Choose a tag to compare

Commits

  • 293ada9: only exclude Icon file at top of repo (electrovir)

v2.0.5

03 Apr 16:26
42fb3d3
Compare
Choose a tag to compare

Commits

  • 42fb3d3: remove prelease GitHub Action cause it no work (electrovir)

v2.0.4

03 Apr 16:18
2c57067
Compare
Choose a tag to compare

Commits

v2.0.3

25 Mar 00:38
1593a30
Compare
Choose a tag to compare

Commits

  • 1593a30: ignore .virmator for npm, update deps (electrovir)

v2.0.2

22 Mar 05:02
b217f86
Compare
Choose a tag to compare

Commits

  • 12ef7d3: copy jest configs into .virmator directory (electrovir) #5
  • 2e2decd: fix jest config path in test for Windows (electrovir) #5
  • 18bdf08: stop skipping a few tests (electrovir) #5
  • b0e76a9: bump test timeout again (for GitHub Actions) (electrovir) #5
  • ed94a61: try to run the prerelease build on branches (electrovir) #5
  • 0ac8588: try with hard coded branch name (electrovir) #5
  • b217f86: try with checkout v3 (electrovir) #5

v2.0.1

21 Mar 02:46
13dd70d
Compare
Choose a tag to compare

Commits

  • e040648: update deps (electrovir)
  • d8e1cb0: fix broken augment-vir version (electrovir)
  • 7a1fa0c: update multiline array formatting (electrovir)
  • ea51ef0: bump deps (electrovir)
  • 6a5d0c7: update all tests to run with jest (electrovir) #5
  • 8fde494: increase timeout cause GitHub Actions is slooooow (electrovir) #5
  • d0b041d: compile before running tests (electrovir) #5
  • f8a6201: conslidate timeout increase, add to another place (electrovir) #5
  • d60b2db: make timeout EVEN LONGER (electrovir) #5
  • ed593c1: add long timeout to all tests (electrovir) #5
  • 5070fe0: support windows path separator in spellcheck test (electrovir) #5
  • fd2d2da: add debugging (electrovir) #5
  • 7f3497d: more debugging for windows (electrovir) #5
  • 9df1526: try using relative paths (electrovir) #5
  • 8a57529: try ignoring a directory (electrovir) #5
  • 5d74201: use native fs module as much as possible (electrovir) #5
  • 795a34c: update deps (electrovir) #5
  • 4ac1716: change jest config file names (electrovir) #5
  • 39b5f83: add jest configs to test command (electrovir) #5
  • cb02469: move scripst into src and rename test-repos (electrovir) #5
  • b31a709: include command string in output (electrovir) #5
  • f861976: update test command tests (electrovir) #5
  • a6c5daf: don't clear jest files in cli test (electrovir) #5
  • abaef9d: use windows safe path to jest config (electrovir) #5
  • f6a4698: completely revamp help message printing (electrovir) #5
  • 11f62df: bump deps (electrovir) #5
  • 67d98d6: debugging windows failures (electrovir) #5
  • 67fe153: use virmator's internal jest config (electrovir) #5
  • 2ea548f: try not interpolating windows paths so much (electrovir) #5
  • 4709e0a: add windows safe path in test file (electrovir) #5
  • b633033: try passing posix path to jest (electrovir) #5
  • bbcc135: use path.posix.join instead (electrovir) #5
  • ee3f195: fix jest config (electrovir) #5
  • 4f59374: increase timeout even further for internal tests (electrovir) #5
  • 3f6a4d0: don't run runInBand test in GitHub actions (electrovir) #5
  • 8b95908: is GITHUB_ENV the right env variable? (electrovir) #5
  • 14cb6d4: it is the right env variable (electrovir) #5
  • b5dff20: version 2.0 (electrovir) #5
  • 3f1494b: update imports for augment-vir/dist/node (electrovir) #5
  • ef295a9: fix deps (electrovir) #5
  • 13dd70d: fix more deps... (electrovir) #5

v2.0.0

21 Mar 02:05
44f6725
Compare
Choose a tag to compare

Commits

  • aa2875a: update all tests to run with jest (electrovir)
  • 1638cac: increase timeout cause GitHub Actions is slooooow (electrovir)
  • f027d95: compile before running tests (electrovir)
  • efc8b0f: conslidate timeout increase, add to another place (electrovir)
  • b248546: make timeout EVEN LONGER (electrovir)
  • 7e0737c: add long timeout to all tests (electrovir)
  • d97626b: support windows path separator in spellcheck test (electrovir)
  • 3dd9f83: add debugging (electrovir)
  • 1cd2a60: more debugging for windows (electrovir)
  • b6900f4: try using relative paths (electrovir)
  • f003f09: try ignoring a directory (electrovir)
  • b40e8e7: use native fs module as much as possible (electrovir)
  • c1d99f5: update deps (electrovir)
  • 3448125: change jest config file names (electrovir)
  • 6a773f3: add jest configs to test command (electrovir)
  • ccb69c0: move scripst into src and rename test-repos (electrovir)
  • 7dac3cb: include command string in output (electrovir)
  • 544b0a9: update test command tests (electrovir)
  • ef52227: don't clear jest files in cli test (electrovir)
  • f6dfb73: use windows safe path to jest config (electrovir)
  • 70f8b39: completely revamp help message printing (electrovir)
  • 4da5b10: bump deps (electrovir)
  • 52468f1: debugging windows failures (electrovir)
  • 64a377e: use virmator's internal jest config (electrovir)
  • 8402ca5: try not interpolating windows paths so much (electrovir)
  • 7144d3f: add windows safe path in test file (electrovir)
  • e654c09: try passing posix path to jest (electrovir)
  • b530f37: use path.posix.join instead (electrovir)
  • 9e16399: fix jest config (electrovir)
  • ba1b6ad: increase timeout even further for internal tests (electrovir)
  • 8a27269: don't run runInBand test in GitHub actions (electrovir)
  • f2bbe74: is GITHUB_ENV the right env variable? (electrovir)
  • e1458e9: it is the right env variable (electrovir)
  • 44f6725: version 2.0 (electrovir)

v1.4.5

18 Mar 20:19
ea51ef0
Compare
Choose a tag to compare

Commits

v1.4.4

21 Feb 14:58
7a1fa0c
Compare
Choose a tag to compare

Commits

  • 7a1fa0c: update multiline array formatting (electrovir)