🧱 v0.0.0-dev.1 — First Brick

🧱 v0.0.0-dev.1 — First Brick

We’re thrilled to announce the first prerelease of @fizzwiz/vanilla: v0.0.0-dev.1 — the First Brick laying the foundation for a library dedicated to providing lightweight semantics for working with plain JSON objects.

This release unveils the core abstractions: OptionStore and ObjNavigator.

  • OptionStore: Store and retrieve options by type, with automatic lookup along an instance’s prototype chain.
  • ObjNavigator: Navigate and manipulate nested objects safely and intuitively, supporting scoped navigation with within() and returning to the parent with without().

πŸ§ͺ This is a prerelease, intended for exploration and feedback. Your early experiences and suggestions will help shape the API and future features.


"Let’s build clear, maintainable JSON semantics — together."
 @fizzwiz ✨


Comments

Popular posts from this blog

🌐 Plain JavaScript Objects — the True Language of Distributed Systems

🍦 v0.0.0-dev.2 — Sweet Refinements