Skip to content

Releases: devpow112/serverless-plugin-function-value

v1.1.5

12 Oct 15:18
Compare
Choose a tag to compare

This release is also available on:


1.1.5 (2020-10-12)

Miscellaneous Chores

  • deps-dev: update eslint requirement from ^7.10.0 to ^7.11.0 (45f9f7f)
  • deps-dev: update semantic-release requirement (eda576c)

v1.1.4

07 Oct 15:18
Compare
Choose a tag to compare

This release is also available on:


1.1.4 (2020-10-07)

Build System

  • deps: bump actions/setup-node from v2.1.1 to v2.1.2 (3248d05)
  • github-actions: switch away from github env file (3b2887d)
  • github-actions: switch to github env file (e96ad6b)

Miscellaneous Chores

  • deps-dev: update sinon requirement from ^9.1.0 to ^9.2.0 (1298d3d)
  • git: adjust .gitattributes (3171a3c)

v1.1.3

30 Sep 15:16
Compare
Choose a tag to compare

This release is also available on:


1.1.3 (2020-09-30)

Miscellaneous Chores

  • deps-dev: update sinon requirement from ^9.0.3 to ^9.1.0 (0bfdde4)

v1.1.2

28 Sep 15:16
Compare
Choose a tag to compare

This release is also available on:


1.1.2 (2020-09-28)

Miscellaneous Chores

  • deps-dev: update eslint-plugin-import requirement (207c9c4)

v1.1.1

27 Sep 15:15
Compare
Choose a tag to compare

This release is also available on:


1.1.1 (2020-09-27)

Tests

Build System

  • deps: bump actions/checkout from v2.3.2 to v2.3.3 (c570a8a)

Miscellaneous Chores

  • deps-dev: update eslint requirement from ^7.9.0 to ^7.10.0 (64a57dc)
  • clean-up various config files (b718327)

v1.1.0

18 Sep 15:15
Compare
Choose a tag to compare

This release is also available on:


1.1.0 (2020-09-18)

Features

  • add ability to reference logical id (6c10905)

Tests

  • commitlint: adjust line length limits (7d51379)
  • commitlint: remove length limits (51b830b)
  • mocha: lower timeout (fa44a4a)

Miscellaneous Chores

  • deps-dev: update semantic-release requirement (82d26ff)
  • git: add package-lock.json (8636aca)
  • git: enable auto eol normalization (fae491c)
  • labels: sort alphabetically (64d5b05)
  • npm: clean-up scripts (900e7f7)
  • nyc: clean-up config (a07e501)
  • sync-labels: remove extra spaces (f05a55b)

Build System

  • commitlint: enable linting of commits (7466c45)
  • github-actions: adjust schedule (3f74340)
  • github-actions: adjust schedule again (eea1318)
  • github-actions: adjust schedule to daily at 8:00 UTC (7c3192a)
  • github-actions: clean-up naming (cc08e68)
  • github-actions: label syncer explicit version (70ae9dc)
  • github-actions: switch checkout to explicit version (bb8e289)
  • release: add schedule (16935a3)
  • release: change tag format (e27a030)
  • release: switch conditionals (1576651)
  • semantic-release: clean-up config (205e84a)

v1.0.15

12 Sep 22:59
Compare
Choose a tag to compare

This release is also available on:


1.0.15 (2020-09-12)

Build System

  • eslint: switch all number based configs to string equivalents (ec055d2)

Miscellaneous Chores

  • deps-dev: update eslint requirement from ^7.8.1 to ^7.9.0 (5c44523)

v1.0.14

12 Sep 03:22
Compare
Choose a tag to compare

This release is also available on:


1.0.14 (2020-09-12)

Code Refactoring

v1.0.13

10 Sep 04:08
Compare
Choose a tag to compare

This release is also available on:


1.0.13 (2020-09-10)

Code Refactoring

  • use lodash.memoize for log cache (c77ac55)

v1.0.12

10 Sep 04:04
Compare
Choose a tag to compare

This release is also available on:


1.0.12 (2020-09-10)

Build System

  • dependabot: switch github actions dependabot prefix (156e0d0)
  • semantic-release: adjust release conditions (9a2e9b9)
  • semantic-release: adjust release conditions better (4aec035)

Tests

  • pull out common string into variable (0bfd811)

Miscellaneous Chores

  • add .js extension to import (054e5d9)
  • remove unneeded eslint config (e54de5a)

Code Refactoring

  • use name from package.json for service name (a6c9992)