๐ 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 Scope class has been removed entirely. Originally, Scope was intended to facilitate fluent definition and computation of Regular Expressions. However, Regular Expression handling appears extraneous to the current shape of the library, making the Scope concept unnecessary. As a result, the Path class, previously considered a leaf Scope , 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 l...