Skip to content

Releases: etsy/kevin-middleware

v1.7.2

20 Jun 17:36
e72456f
Compare
Choose a tag to compare
  • updates compatible version of webpack to webpack5

v1.7.1

22 Mar 18:29
6ded7b3
Compare
Choose a tag to compare

What's Changed

  • Add performance markers to Kevin overlay + configurable prefix string for perf marker names by @piratefsh in #28

New Contributors

Full Changelog: v1.6.1...v1.7.1

v1.6.1

16 Oct 18:50
c52eb43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.6.1

v1.6.0

16 Oct 18:49
06e5aa9
Compare
Choose a tag to compare

Uninstalled the bluebird package

v1.5.0

04 May 15:23
600420b
Compare
Choose a tag to compare

What's Changed

  • Add a start and stop compiler endpoints by @azu-b in #18 : This new endpoints allow to manually start and stop the compiler you want.
  • Add hasMaxActiveCompilersBeenReached to /compiler-info by @azu-b in #19 : This adds a boolean to /compiler-info endpoint that tells if Kevin has reached the maximum of active compilers.
  • v1.5.0 by @azu-b in #20

Full Changelog: v1.4.0...v1.5.0

v1.4.0

30 Mar 18:52
301dc3a
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @azu-b made their first contribution in #16

Full Changelog: v1.3.0...v1.4.0

v1.3.0

13 Sep 13:32
c262edb
Compare
Choose a tag to compare

New Features

  • Adds a function (selectConfigName) which allows a user to determine what config to use depending on extra information embedded in the request path

v1.2.0

15 Apr 18:19
Compare
Choose a tag to compare

New features

  • Add an endpoint to restart a compiler by name 9c7e2ed (#11)

Updating getAssetName function signature to include req and res objects

19 Feb 15:06
Compare
Choose a tag to compare

Improvements

Updated function signature for getAssetName so that it can take in req and res as params in addition to requestPath. This allows for the usage of any information in the request or response objects in that function, for example, res.locals which may contain variables inserted by other middleware.

Docs

Updated README for getAssetName with new function signature and default implementation.

v1.0.3

11 Feb 19:36
Compare
Choose a tag to compare

Bugfix

  • Make getAssetName's default implementation viable (e5bb7eb)

Chore

  • Dev dependency upgrades (0ab9c83)
    • Install pinst
    • Upgrade husky to 5.0.9
    • Upgrade Jest to 26.6.3
    • Upgrade prettier to 2.2.1
    • Upgrade pretty-quick to 3.1.0
  • Add missing dev dependencies (f5f7eb8)

Docs