Skip to content

Releases: wmfs/smithereens

v1.42.0

05 Jan 17:18
Compare
Choose a tag to compare

1.42.0 (2021-01-05)

๐Ÿ›  Builds

  • deps: bump debug from 4.2.0 to 4.3.1 (1ab7782)
  • deps-dev: bump codecov from 3.7.2 to 3.8.0 (52f87a1)
  • deps-dev: bump codecov from 3.8.0 to 3.8.1 (842e65e)
  • deps-dev: bump mocha from 8.1.3 to 8.2.0 (73adac2)
  • deps-dev: bump mocha from 8.2.0 to 8.2.1 (ec58d58)
  • deps-dev: bump semantic-release from 17.1.2 to 17.2.0 (ac1d5ea)
  • deps-dev: bump semantic-release from 17.2.0 to 17.2.1 (4c37315)
  • deps-dev: bump semantic-release from 17.2.1 to 17.2.2 (5412e79)
  • deps-dev: bump semantic-release from 17.2.2 to 17.2.3 (6fe08f9)
  • deps-dev: bump semantic-release from 17.2.3 to 17.2.4 (37c467f)
  • deps-dev: bump semantic-release from 17.2.4 to 17.3.0 (43592b0)
  • deps-dev: bump semantic-release from 17.3.0 to 17.3.1 (6404e32)
  • deps-dev: bump standard from 14.3.4 to 15.0.0 (045d5f0)
  • deps-dev: bump standard from 15.0.0 to 15.0.1 (7a870e4)
  • deps-dev: bump standard from 15.0.1 to 16.0.0 (16589bb)
  • deps-dev: bump standard from 16.0.0 to 16.0.1 (639f65e)
  • deps-dev: bump standard from 16.0.1 to 16.0.2 (e3055d7)
  • deps-dev: bump standard from 16.0.2 to 16.0.3 (9265391)

โš™๏ธ Continuous Integrations

  • circle: authenticate Docker image pull [ch2767] (fa31066)
  • circle: cache dependencies [ch2770] (fb137c7)
  • circle: separate linting job [ch1009] (4803641)
  • circle: update build environment variable context name [ch2771] (301841d)

v1.41.0

28 Sep 08:15
Compare
Choose a tag to compare

1.41.0 (2020-09-28)

๐Ÿ›  Builds

  • deps: bump debug from 4.1.1 to 4.2.0 (6cc92d9)
  • deps-dev: bump codecov from 3.7.0 to 3.7.1 (0eaf025)
  • deps-dev: bump codecov from 3.7.1 to 3.7.2 (a7404d6)
  • deps-dev: bump cz-conventional-changelog from 3.2.0 to 3.2.1 (bc72008)
  • deps-dev: bump cz-conventional-changelog from 3.2.1 to 3.3.0 (3dd4591)
  • deps-dev: bump mocha from 7.2.0 to 8.0.1 (e532b41)
  • deps-dev: bump mocha from 8.0.1 to 8.1.0 (2924249)
  • deps-dev: bump mocha from 8.1.0 to 8.1.1 (773a49d)
  • deps-dev: bump mocha from 8.1.1 to 8.1.2 (05ecb1a)
  • deps-dev: bump mocha from 8.1.2 to 8.1.3 (8aa29db)
  • deps-dev: bump nyc from 15.0.1 to 15.1.0 (c0949c1)
  • deps-dev: bump semantic-release from 17.0.8 to 17.1.0 (d9becc2)
  • deps-dev: bump semantic-release from 17.1.0 to 17.1.1 (a2dff50)
  • deps-dev: bump semantic-release from 17.1.1 to 17.1.2 (c286822)

โš™๏ธ Continuous Integrations

  • circle: separate lint job [ch1009] (eee8d08)
  • circle: use updated circle node image [skip ci] (a775cb8)

v1.40.0

31 May 23:39
Compare
Choose a tag to compare

1.40.0 (2020-05-31)

๐Ÿ›  Builds

  • deps: bump make-dir from 3.0.2 to 3.1.0 (ec26258)

v1.39.0

31 May 23:31
Compare
Choose a tag to compare

1.39.0 (2020-05-31)

๐Ÿ›  Builds

  • deps: bump csv-string from 3.2.0 to 4.0.1 (5c0599f)
  • deps-dev: bump codecov from 3.6.5 to 3.7.0 (3b6aa38)
  • deps-dev: bump cz-conventional-changelog from 3.1.0 to 3.2.0 (ff5f6be)
  • deps-dev: bump mocha from 7.1.2 to 7.2.0 (85f43a4)
  • deps-dev: bump semantic-release from 17.0.7 to 17.0.8 (a8fb828)
  • deps-dev: bump standard from 14.3.3 to 14.3.4 (7beaa17)

v1.38.0

27 Apr 15:08
Compare
Choose a tag to compare

1.38.0 (2020-04-27)

โœจ Features

  • interface: Switch smithereens to return a promise instead of taking a callback (5ee3a05)

๐Ÿ› Bug Fixes

  • File-builder: Get rid of callbacks in writeStreamInfo (732c874)
  • Eliminated async package. Flipped functions from callbacks to promises (ee28edc)
  • Eliminated callback at the top-level. (68d03d9)

๐Ÿ›  Builds

  • deps: Don't need lodash any more (771509f)
  • deps-dev: bump mocha from 7.1.1 to 7.1.2 (c0cb956)

๐Ÿ“ฆ Code Refactoring

  • FileWriter: Flipped _write implementation to async/await (bbd24d4)
  • Pull write-to-stream out into its own file (12f1172)
  • File-builder: Don't need lodash in manifest() (d6d0f6b)
  • File-builder: Early returns in columnIndexDirSplit (4060948)
  • File-builder: More to the point function names (51de697)
  • File-builder: Neatened dirSplit handling. (16257e0)
  • File-builder: Pulled createWriteStream out of writeStreamInfo (c10c9ae)
  • File-builder: Pulled findMatchingKey out of columnIndexFileConfigFunction (231b2f3)
  • File-builder: Reworked close (4ae8d0b)
  • Transformer: Stripped down transformer to simplify (3c82bde)

๐Ÿšจ Tests

  • Add uuid output column to extend coverage :) (7aa088f)

v1.37.0

22 Apr 15:15
Compare
Choose a tag to compare

1.37.0 (2020-04-22)

๐Ÿ›  Builds

  • deps: Removed unused boom and dottie dependencies (b39ac7b)
  • deps-dev: bump nyc from 15.0.0 to 15.0.1 (6a0301d)
  • deps-dev: bump semantic-release from 17.0.4 to 17.0.5 (9a18f16)
  • deps-dev: bump semantic-release from 17.0.5 to 17.0.6 (33678ec)
  • deps-dev: bump semantic-release from 17.0.6 to 17.0.7 (bb9c8e3)

v1.36.0

02 Apr 08:22
Compare
Choose a tag to compare

1.36.0 (2020-04-02)

๐Ÿ›  Builds

โš™๏ธ Continuous Integrations

  • circle: add context env var config to config.yml (b33918b)

v1.35.0

24 Mar 08:38
Compare
Choose a tag to compare

1.35.0 (2020-03-24)

๐Ÿ›  Builds

  • deps: bump csv-string from 3.1.8 to 3.2.0 (e21354b)
  • deps-dev: bump mocha from 7.1.0 to 7.1.1 (19038a9)

v1.34.0

18 Mar 08:28
Compare
Choose a tag to compare

1.34.0 (2020-03-18)

๐Ÿ›  Builds

  • deps: bump jsonfile from 6.0.0 to 6.0.1 (a360955)
  • deps-dev: bump standard from 14.3.1 to 14.3.2 (6e4a759)
  • deps-dev: bump standard from 14.3.2 to 14.3.3 (bd86701)

v1.33.1

09 Mar 11:34
Compare
Choose a tag to compare

1.33.1 (2020-03-09)

๐Ÿ› Bug Fixes

  • Corrected uuid require for version 7.* (07c1d08)

๐Ÿ›  Builds

  • deps-dev: bump conventional-changelog-metahub from 4.0.0 to 4.0.1 (50e6889)
  • deps-dev: bump mocha from 7.0.1 to 7.1.0 (0b0b054)