包详细信息

@quenty/ducktype

Quenty425MIT5.9.0

Utility functions to duck type a value

Roblox, Nevermore, Lua, ducktype

自述文件

DuckType

Utility functions to duck type a value

Installation

npm install @quenty/ducktype --save

更新日志

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

5.9.0 (2025-05-10)

Note: Version bump only for package @quenty/ducktype

5.8.4 (2025-04-10)

Note: Version bump only for package @quenty/ducktype

5.8.3 (2025-04-07)

Bug Fixes

  • Add types to packages (2374fb2)
  • Bump package versions for republishing (ba47c62)

5.8.2 (2025-04-07)

Bug Fixes

5.8.1 (2025-03-21)

Note: Version bump only for package @quenty/ducktype

5.8.0 (2025-02-18)

Note: Version bump only for package @quenty/ducktype

5.7.1 (2024-11-04)

Note: Version bump only for package @quenty/ducktype

5.7.0 (2024-10-06)

Note: Version bump only for package @quenty/ducktype

5.6.0 (2024-10-04)

Note: Version bump only for package @quenty/ducktype

5.5.0 (2024-09-25)

Note: Version bump only for package @quenty/ducktype

5.4.0 (2024-09-12)

Note: Version bump only for package @quenty/ducktype

5.3.0 (2024-05-09)

Bug Fixes

  • Fix .package-lock.json replicating in packages (75d0efe)

5.2.0 (2024-04-27)

Note: Version bump only for package @quenty/ducktype

5.1.0 (2024-03-09)

Note: Version bump only for package @quenty/ducktype

5.0.0 (2024-02-14)

Note: Version bump only for package @quenty/ducktype

4.0.0 (2024-02-13)

Note: Version bump only for package @quenty/ducktype

3.0.0 (2024-02-13)

Features

  • New loader (breaking changes), fixing loader issues (#439) (3534345)

BREAKING CHANGES

  • Standard loader

Adds new loader version which replicates full structure instead of some partial structure. This allows us to have hot-reloading (in the future), as well as generally do less computation, handle dependencies more carefully, and other changes.

This means you'll need to change you how require client-side modules, as we export a simple loader module instead of all modules available.

Signed-off-by: James Onnen jonnen0@gmail.com

  • fix: Fix missing dependency in ResetService

  • feat: Add RxPhysicsUtils.observePartMass

  • fix: Fix package discovery for games

  • feat: Add UIAlignmentUtils.verticalToHorizontalAlignment(verticalAlignment) and UIAlignmentUtils.horizontalToVerticalAlignment(horizontalAlignment)

  • feat: AdorneeData:InitAttributes() does not require data as a secondparameter

  • ci: Upgrade to new rojo 7.4.0

  • fix: Update loader to handle hoarcekat properly

  • docs: Fix spacing in Maid

  • fix: Add new ragdoll constants

  • fix: Compress influxDB sends

  • style: Errors use string.format

  • fix: Handle motor animations

  • ci: Upgrade rojo version

  • feat!: Maid no longer is includd in ValueObject.Changed event

  • docs: Fix docs

2.2.0 (2024-01-08)

Note: Version bump only for package @quenty/ducktype

2.1.0 (2023-12-14)

Note: Version bump only for package @quenty/ducktype

2.0.0 (2023-10-11)

Note: Version bump only for package @quenty/ducktype

1.1.0 (2023-08-23)

Features

  • Add DuckType package which allows for easy ducktyping interface checkers to be made (14874e8)

v1.1.0 (Wed Aug 23 2023)

:tada: This release contains work from a new contributor! :tada:

Thank you, Max Bacon (@max-bacon), for all your work!

🚀 Enhancement

  • users/quenty/pack #405 (@Quenty)
  • feat: Add DuckType package which allows for easy ducktyping interface checkers to be made (@Quenty)

🐛 Bug Fix

Authors: 2