Grainular-Nord / nord

A lightweight (8kb), dependency-free JavaScript Frontend Framework
https://nordjs.dev
MIT License
7 stars 0 forks source link

chore: bump byndly from 1.2.0 to 2.0.0 #92

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 8 months ago

Bumps byndly from 1.2.0 to 2.0.0.

Release notes

Sourced from byndly's releases.

v2.0.0

2.0.0 (2024-03-07)

  • feat!: bump package version to 2.0.0 (6f5336f)

BREAKING CHANGES

  • Version increase

Bug Fixes

  • correctly set mimetype for module and common js files (285d664)
  • remove unintended return value (8e547f4)
  • resolve issue with missing files after build (e972a0e)
  • resolve issue with the name being undefined incorrectly (6a3de84)

Features

  • add initial config function (fcb9f45)
  • add open flag (18fadf7)
  • add request handling for reloading (9a261a4)
  • added config parsing system (06ddb84)
  • create byndly abstraction and cli (de90070)
  • create file watcher abstraction (268960b)
  • create format and log function (7437356)
  • create once observable (c399f7b)
  • create utility function for root paths (2bcc0c7)
  • implement basic server system (0c7bbd0)
  • implement hot reloading (290936c)
  • implement new config builder (eea7b95)
  • implement utility to handle shutdown events (3641926)
  • implement utility to retrieve file path from file instead of root (cf986ee)
Commits
  • 6f5336f feat!: bump package version to 2.0.0
  • 671723c chore: set correct package version
  • 2d250ef Merge pull request #58 from IamSebastianDev/development
  • 6d816c4 Merge pull request #57 from IamSebastianDev/feature/byndly-next
  • e46b3e5 docs: add hint for open flag
  • 1638418 Merge remote-tracking branch 'origin/development' into feature/byndly-next
  • 13e6d83 feat!: adapt readme for release 2.0
  • 36548f6 docs: add documentation to public functions
  • 1dc7334 chore: update licensing year
  • 4f6e44a docs: add contributing guide
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 7 months ago

Superseded by #98.