Skip to content

7.1.0

Compare
Choose a tag to compare
@mrhyde mrhyde released this 10 Jun 12:48
· 61 commits to master since this release
bbaaa83

Added

  • Add ryanair-cli package to monorepo (still wip)
  • Add api v3 support for airports.getActive() under airports.getActiveV3()

Fixed

  • Fix swc build breaking bug swc-project/cli#281
  • Fix eslint in vscode incorrectly resolving import paths in monorepo
  • Fix script name for linting the code (lint -> check:code)
  • Make payload types available for consumers, #70 #71

Changed

  • Move to monorepo setup
  • Move package scripts to packages/*
  • Replace dependency npm-run-all with npm-run-all2 v6
  • Simplified eslint configuration by switching to eslint-config-love
  • Use zod.datetime() and zod.date() for date and time validations
  • Align swc target with tsc (es2022)

Full Changelog: v7.0.0...v7.1.0