Skip to content

Releases: djfdyuruiry/ts-lambda-api

v2.4.2

16 Jul 15:30
c4222fb
Compare
Choose a tag to compare

Fixing badge links

v2.4.1

09 Jul 16:33
Compare
Choose a tag to compare

Fixing issues with bad paths in yaml package getting cleaned by yarn

v2.4.0

09 Jul 15:25
Compare
Choose a tag to compare

Tech refresh release, using latest versions and technologies:

  • Upgrade to Node.JS version 18 to align with AWS latest runtime
  • Migrate to Typescript v5.1
  • Upgrade lambda-api to v1.0.2
    • NOTE: This uses AWS SDK v3 under the hood instead of v2
  • Migrate from tslint to eslint
  • Bump all package version to latest
  • Moving to GitHub workflow instead of Travis CI

v2.3.4

04 Jun 14:10
59e0180
Compare
Choose a tag to compare
  • Bumping junit2html

v2.3.3

04 Jun 13:48
d0ab296
Compare
Choose a tag to compare
  • Upgrading to Node v16 for LTS support
  • Upgrading Typescript to 4.7.x
  • Upgrading dev and prod deps

v2.3

13 Jun 17:02
Compare
Choose a tag to compare
  • Upgrading node.js to v14 LTS
  • Using Typescript v4.3.x
  • Dependency refresh

v2.2.3

19 Mar 20:08
720d08e
Compare
Choose a tag to compare

Bumping package versions

v2.2.2

07 Dec 23:24
c58f6fd
Compare
Choose a tag to compare
  • #47 Examples containing null fields cause an error in OpenApi - contribution by @revbingo
  • Bumping dependencies

v2.2.1

22 Nov 23:28
Compare
Choose a tag to compare
  • #46 Fixing OpenAPI generator to use curly braces for path parameters to match spec format - courtesy of @revbingo
  • Bumping dev tooling versions

v2.2.0

26 Oct 00:05
Compare
Choose a tag to compare
  • #44 Allow hiding endpoints and controllers from OpenAPI specs @revbingo
  • Bumping dependency versions