fiddler-script 0.1.4

A minimal C-style scripting language interpreter
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.4]https://github.com/rc1405/fiddler/compare/fiddler-script-v0.1.3...fiddler-script-v0.1.4 - 2026-03-28

### Added

- added fiddler-script interactive intrepreter

## [0.1.3]https://github.com/rc1405/fiddler/compare/fiddler-script-v0.1.2...fiddler-script-v0.1.3 - 2026-03-20

### Added

- added fiddler-script linting for pre-runtime checks ([#100]https://github.com/rc1405/fiddler/pull/100)

## [0.1.2]https://github.com/rc1405/fiddler/compare/fiddler-script-v0.1.1...fiddler-script-v0.1.2 - 2026-02-08

### Added

- lots of modules ([#83]https://github.com/rc1405/fiddler/pull/83)

### Added

- `null` literal: can now use `null` directly in expressions (e.g., `this = null;`)
- `drop(value)` function: convenience function that returns null for clearing variables
- `jmespath(data, expression)` function: query JSON data using JMESPath expressions

## [0.1.1]https://github.com/rc1405/fiddler/compare/fiddler-script-v0.1.0...fiddler-script-v0.1.1 - 2026-02-01

### Other

- release v3.0.1 ([#68]https://github.com/rc1405/fiddler/pull/68)

## [0.1.0]https://github.com/rc1405/fiddler/releases/tag/fiddler-script-v0.1.0 - 2026-01-30

### Added

- fiddler-script and pipeline improvements ([#71]https://github.com/rc1405/fiddler/pull/71)