Skip to content

Latest commit

 

History

History
157 lines (147 loc) · 7.53 KB

CHANGELOG.md

File metadata and controls

157 lines (147 loc) · 7.53 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Conventional Commits, and this project adheres to Semantic Versioning.

1.0.0 (2021-07-05)

Bug Fixes

  • Fixed bug that prevented PUT requests from updating entities using own data (31132c7)
  • More consistent search interface (20b3c5a)
  • backend: do not complain if deleting deleted barks (bdcb0a6)
  • backend: ensure boolean values (like "deleted") pass search validation (19236c4)
  • backend: use more permissive email regex (320912e)
  • backend/middleware: actually use the more human-friendly error messages (c1bf1b2)
  • backend/middleware: lazily evaluate env upon import (fbab7bc)
  • data: flatten corpus (e1a9997)
  • data: remove double spaces (0d1445e)
  • data: remove useless data (23134f8)
  • data/generate-corpus.js: spacing and newline in output (faa27a1)
  • docs: discriminating doc generation (8ab67b8)
  • index.ts: retryAfter can no longer go negative (65cff44)
  • Several bug fixes (f4ef42e)
  • spellcheck-commit.js: better package.json handling (9ed5c98)

Build System

  • package.json: better test-integration filtering; now includes tsx files (c101e05)
  • test/db.ts: add defer parameter to setupTestDb() (5752064)
  • Add eslint-config-next (4c76d18)
  • Debug mode env renamed to DEBUG_INSPECTING (d8895aa)
  • Next v11 compliance (55ed28e)
  • Unlocked all endpoints (go live!) (91f011a)
  • Update dependencies (3dd6f39)
  • deps: bump @types/node from 14.17.1 to 15.6.1 (6bcfeae)
  • deps: bump @types/node from 15.12.1 to 15.12.2 (33b51c0)
  • deps: bump @types/node from 15.6.1 to 15.12.1 (36e507d)
  • deps: bump @types/react from 17.0.8 to 17.0.9 (2778ccf)
  • deps: bump @typescript-eslint/eslint-plugin from 4.25.0 to 4.26.0 (031c550)
  • deps: bump prettier from 2.3.0 to 2.3.1 (4d03937)
  • deps: bump type-fest from 1.1.3 to 1.2.0 (4225c00)
  • deps: bump typedoc-plugin-markdown from 3.8.2 to 3.9.0 (978d37b)
  • Revert to github-linked vercel app (c23a05c)
  • Update dependencies (95fb8d0)
  • Update dependencies (260de1b)
  • deps: bump babel-jest from 26.6.3 to 27.0.2 (e8fec6b)
  • deps: bump jest-circus from 26.6.3 to 27.0.3 (63632a2)
  • deps: bump lint-staged from 10.5.4 to 11.0.0 (f83f2ad)
  • next.config.js: enable webpack 5 support (600d899)
  • Update dependencies (79e0120)

Features

  • next.config.js: add another layer of anti-bot protection (14a254a)
  • Add vercel deploy/build support (2bde2ad)
  • data: add convo corpus (72c8fe1)
  • index.tsx: add ?hydrate dev functionality (e053f39)
  • robots.txt: add robots.txt (000f45a)
  • Initial commit (carryover from airports api) (5a838c7)