Skip to content

log@3.0.0-dev.0

Pre-release
Pre-release

Choose a tag to compare

@unicornware unicornware released this 03 Oct 19:16
· 513 commits to main since this release
ee99f16

⚠ BREAKING CHANGES

  • use esm
  • fix enum exports parsing
  • kebab case filenames for src files

🔨 Build

  • deps-dev: drop @flex-development/exceptions@4.0.1 (e03aa28)
  • deps-dev: drop lodash.merge@4.6.2 (afbd4fa)
  • deps-dev: interactively upgrade dependencies (9112437)
  • deps-opt: make shelljs deps optional (f0df520)
  • deps-peer: require typescript>=4.4.0 (65614ec)
  • fix enum exports parsing (1661ebd)
  • use esm (4487c15)
  • yarn: deduplicate dependencies (01b3adf)

🚚 Continuous Integration & Deployment

  • workflows: add ids to automate-pr-reviews steps (e39878c)
  • workflows: support new tag prefix in continuous-deployment workflow (9188fcc)
  • workflows: update environment variables and workflow syntax (0078377)

📖 Documentation

  • fix module annotations in tools directory (48f732b)
  • remove docs/examples directory (c60e611)
  • update release/* naming conventions (8c2b0e2)
  • update environment setup, merge strategies, and release docs (46de44f)

💅 Formatting & Structure

  • kebab case filenames for src files (c59be49)

✏️ Housekeeping

  • add eslint-plugin-unicorn (66ae749)
  • add github commit scope (34a50f5)
  • github: reorganize labels (5a3c380)
  • re-add scripts commit scope (82293a8)
  • release: set package version to 3.0.0-dev.0 (dedc655)
  • scripts: add check:upgrades script (ae4209e)
  • scripts: disable postinstall during git installs (c39b762)
  • tools: add prerelease option to release cli (9c10682)
  • tools: add ReleaseOptions.path (b7841d8)
  • tools: add option aliases to ReleaseOptions (34e2a18)
  • tools: create tarballs from build script (214afcc)
  • tools: move scripts to tools directory (c5522e6)
  • tools: rename package data helper (ae8238c)
  • tools: update build and release cli options (1930db5)
  • tools: update exec return value (c763f8e)
  • tools: update release tag prefixing (c4d189b)
  • tools: use yarn pack in postchangelog script (6b3ab68)
  • typescript: cleanup tsconfigs before esm migration (0cd74d7)
  • update bug report issue template (0a52651)
  • use cjs extensions (abaabd1)
  • use typescript commitlint config (e6c7aa2)
  • yarn: update .yarnrc.yml env var names (57ad692)