Rocky_Mountain_Vending/.pnpm-store/v10/files/0c/fd7dfc4773304625b0d60fbebc301685f808a01214411d8cc5f3b85f342c71d6240a4f1cfef25e88da878eec91839b37d1741f60b052881781c3f563fc33b0
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

16 lines
757 B
Text

# Version 2.0 (with breaking changes)
- Added asynchronous methods, `withSourcesAsync` and `cleanAsync`.
- All property accessors like `.clean` are now methods (e.g. `.clean ()`) for consistency reasons
- `.pretty` now `.asTable (opts?: { maxColumnWidths:? { callee, file, sourceLine } })`
- Also, it does not call `withSources` automatically — you need to call it explicitly.
- It is no longer `extends Array` due to non-working user subclassing with Babel ES5
- Use `.items` to access original array
- No static methods and properties (except public `.locationsEqual` helper)
- `.isThirdParty` is now just an overrideable method
- `.maxColumnWidths` is an overrideable method + a configuration option passed to `asTable ()` method