Skip to content

Releases: teamfireworks/prvdmwrong

ohmyprvd@0.1.1

30 Jul 11:25

Choose a tag to compare

ohmyprvd@0.1.1 Pre-release
Pre-release

Oh My Prvd is under development. Plenty of features are broken, are nonexistent, aren't documented, and may be tweaked or removed. As such, it is not production ready, and you shouldn't use Oh My Prvd for any major project unless you're willing to take on large, sweeping changes.

More stable versions of Oh My Prvd will be available once we exit alpha testing.

Added

  • Added actual types for @rbxts/ohmyprvd
  • Added missing error messages
  • Added onProviderConstructed and onProviderUsed modding hooks
  • Added matchesName utility function as a predicate for loadX APIs
  • Exposed reflection API with defineMetadata, deleteMetadata, and
    getMetadata

Changed

  • Renamed implementMethod to onMethodImplemented to align it more with
    modding hooks
  • Renamed the :init and :start lifecycles to :onInit and :onStart to
    clarify its a lifecycle event

Removed

  • Removed :heartbeat, :step, :render from the core package to be extracted
    as a new ohmyprvd-lifecycles package
    • These lifecycle events aren't necessary and can be considered bloat, and
      should preferably be extracted as a package for adding more built-in
      lifecycle events

Full Changelog: v0.1.0-alpha...v0.1.1-alpha

ohmyprvd@0.1.0-alpha

28 Jul 09:52

Choose a tag to compare

ohmyprvd@0.1.0-alpha Pre-release
Pre-release

Oh My Prvd is under development. Plenty of features are broken, are nonexistent, aren't documented, and may be tweaked or removed. As such, it is not production ready, and you shouldn't use Oh My Prvd for any major project unless you're willing to take on large, sweeping changes.

More stable versions of Oh My Prvd will be available once we exit alpha testing.

Full Changelog: https://github.com/team-fireworks/ohmyprvd/commits/v0.1.0-alpha