π v0.0.0-dev.12 — Streamlining the Library
π v0.0.0-dev.12 — Streamlining the Library
We’re thrilled to announce the release of @fizzwiz/fluent v0.0.0-dev.12. This prerelease focuses on simplifying the library by removing the Scope class, reducing conceptual overhead and making the API more intuitive for developers.
π§Ή Simplification & Clarity
- The
Scopeclass has been removed entirely. Originally,Scopewas intended to facilitate fluent definition and computation of Regular Expressions. However, Regular Expression handling appears extraneous to the current shape of the library, making theScopeconcept unnecessary. As a result, thePathclass, previously considered a leafScope, becomes an independent class, enhancing clarity and intuitiveness.
π¦ Try it now: npmjs
This simplification confirms we are approaching a stable definition for the library. We encourage developers to experiment with the current library shape and provide feedback as we move toward the first stable v0.0.1 release.
Fluent, declarative, fun.
— @fizzwiz ✨
Comments
Post a Comment