Releases: dnek/pietron
Releases · dnek/pietron
1.2
1.1.1
What's Changed
- fix height typo by @ideadapt in #20
- Bump npm from 8.5.5 to 8.11.0 by @dependabot in #19
New Contributors
- @ideadapt made their first contribution in #20
- @dependabot made their first contribution in #19
Full Changelog: 1.1...1.1.1
1.1
1.0.3
1.0.2
- When there is nothing to be input, don't request input and ignore the command.
- Following the part of the official specification below.
If no input is waiting on STDIN, this is an error and the command is ignored. If an integer read does not receive an integer value, this is an error and the command is ignored.
- Following the part of the official specification below.
- To avoid confusion, disable input editing during debugging.