Skip to content

Latest commit

 

History

History
115 lines (105 loc) · 5.54 KB

CHANGELOG.md

File metadata and controls

115 lines (105 loc) · 5.54 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.1.0 (2021-08-07)

Bug Fixes

  • prune-data.ts: log goes to stdout (60b2ea4)
  • prune-data.ts: more helpful error output (1f8d01f)
  • Allow itemExists case-insensitive searches (26b8bf6)
  • Better env error messages (dcac26d)
  • Env includes DEBUG now (b2a5426)
  • db.ts: selectively require dev-deps instead of import (e22155c)
  • dependabot.yml: fix dependabot branch targeting (df185ab)
  • env.ts: remove colon from timezone (6a3599b)
  • index.ts: additional validation check for imageBase64 (ea170bf)
  • index.ts: allow for search matches involving null (7772542)
  • index.ts: better property checks for creation operations (335eb2c)
  • index.ts: error message typo (e27dfb8)
  • Adopt itemExists fix from barker (f796481)
  • Use proper metadata keys (9a86c4a)
  • next.config.js: ignore eslint during builds (64edfcf)
  • package.json: split off deps from dev-deps (182da6e)
  • webpack.config.js: import threads-plugin properly (7792308)

Build System

  • .vercelignore: add more restrictions (b8af35d)
  • .vercelignore: do not upload files under /test to vercel (4bab606)
  • .vercelignore: do not upload large or irrelevant files to vercel (9b46494)
  • .vercelignore: unrestrict expect-env for now (de4c71f)
  • Modernize build process (34948c4)
  • deps: bump @types/mongodb from 3.6.19 to 3.6.20 (32a49ef)
  • deps: bump @typescript-eslint/eslint-plugin from 4.28.1 to 4.28.2 (a655f46)
  • deps: bump @typescript-eslint/parser from 4.28.1 to 4.28.2 (e4dd0a9)
  • deps: bump mongodb-memory-server from 6.9.6 to 7.1.0 (b5493a0)
  • deps: bump webpack from 5.42.0 to 5.42.1 (2b2bd63)

Features

  • Add new imgur-based image upload functionality (b50e614)
  • _example.ts: add example external script (dbde825)
  • Add more debug info to index page (0f19688)
  • More versatile prune-data external (51b8f28)