v0.105.0

flydelabs/flydev0.105.0Oct 5, 2024by GabiGrin

AI Summary

A major release with breaking changes that introduces improved macro nodes and simplifies the conditional node. Includes UX tweaks and updates to the standard library.

Key Highlights

  • Various UX tweaks
  • Improved macro node implementation
  • Update to JSONStringify.flyde.ts
  • Breaking: Most stdlib macro nodes converted to improved version with automatic migration
  • Breaking: Conditional node simplified and changed - requires manual fixing

Breaking Changes

  • Most macro nodes in stdlib converted to improved version (auto-migration available)
  • Conditional node was simplified and changed - requires manual fixing

New Features

  • Improved macro nodes
  • JSONStringify.flyde.ts update
  • UX improvements

Full Release Notes

## What's Changed
* various ux tweaks by @GabiGrin in https://github.com/flydelabs/flyde/pull/159
* improved macro node by @GabiGrin in https://github.com/flydelabs/flyde/pull/162
* Update JSONStringify.flyde.ts by @akim-muto in https://github.com/flydelabs/flyde/pull/163

### Breaking changes
- Most macro nodes in the stdlib were converted to [an improved version](https://github.com/flydelabs/flyde/blob/main/stdlib/src/ImprovedMacros/improvedMacros.ts), most cases should be fixed automatically by [this migration](https://github.com/flydelabs/flyde/blob/main/resolver/src/serdes/migrations/macroNodeV2.ts)
- Conditional node was simplified and changed (see #162 -> Conditional), will require manual fixing


**Full Changelog**: https://github.com/flydelabs/flyde/compare/v0.104.0...v0.105.0