Corresponds to snakeyaml-engine 2.9.
What's Changed
Customer-facing
- Fix publishing for native targets by @krzema12 in #406
- Fix reading env vars for JS and WASM JS (only NodeJS) by @krzema12 in #335
- Fix CoreScalarResolver.INT regex to work with JS by @krzema12 in #403
- performance: avoid making codepoints window copy on prefix call by @OptimumCode in #331
- performance: avoid boxing when making array's copy by @OptimumCode in #333
- Implement partial source reading in StreamReader by @OptimumCode in #389
- fix(deps): update dependency com.squareup.okio:okio to v3.10.2 by @renovate in #345
- fix(deps): update dependency com.squareup.okio:okio-bom to v3.10.2 by @renovate in #341
Internal
- Publish build scans in case of failures by @krzema12 in #325
- Fix caching for generating test resources accessor by @krzema12 in #328
- Commonize DumpAnchorTest by @krzema12 in #326
- Handle non-existing common test resources gracefully by @krzema12 in #324
- Commonize EmitterWithCommentEnabledTest by @krzema12 in #329
- Commonize YamlUnicodeReaderTest by @krzema12 in #330
- Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.8.0 by @renovate in #334
- Re-enable WASM JS tests by @krzema12 in #336
- Kotlinize and commonize IndentWithIndicatorTest by @krzema12 in #338
- Kotlinize and partially commonize EnvVariableTest by @krzema12 in #332
- Renovate: ignore test resources by @krzema12 in #344
- Kotlinize and commonize EmitCommentAndSpacesTest by @krzema12 in #339
- Kotlinize and commonize LoadSequenceTest by @krzema12 in #346
- Kotlinize and commonize GlobalDirectivesTest by @krzema12 in #347
- Kotlinize and commonize LoadMappingTest by @krzema12 in #348
- Add leading slash in path to common test resources by @krzema12 in #350
- Kotlinize and commonize RecursiveSetTest by @krzema12 in #351
- Kotlinize and commonize StandardConstructorTest by @krzema12 in #352
- Kotlinize and commonize ListWithCommentTest by @krzema12 in #353
- Allow larger common test resources by @krzema12 in #355
- chore(deps): update dependency io.github.typesafegithub:github-workflows-kt to v3.1.0 by @renovate in #357
- Add assertion to DumpWithoutCommentsTest by @krzema12 in #359
- Kotlinize inherited tests by @krzema12 in #358
- fix(deps): update dependency org.snakeyaml:snakeyaml-engine to v2.9 by @renovate in #361
- Update latest analyzed commit in snakeyaml-engine by @krzema12 in #362
- Use Okio in inherited tests by @krzema12 in #360
- Move inherited YAML resources to common resources by @krzema12 in #356
- Increase captureTimeout in karma configuration by @OptimumCode in #364
- Implement file system based on common test resources and use it in stringFromResources by @krzema12 in #365
- Commonize inherited tests by @krzema12 in #363
- Increase browserSocketTimeout parameter for karma tests by @OptimumCode in #367
- Remove JVM-specific way of reading test resources by @krzema12 in #366
- Correct how config parameters for karma are set by @OptimumCode in #369
- Kotlinize and commonize OptionalMarksTest by @krzema12 in #371
- Remove Java-based YAML test suite by @krzema12 in #370
- Allow reusing common test resources code generation by @krzema12 in #373
- Reuse common resource access infra for YAML test suite by @krzema12 in #372
- Kotlinize and commonize ComposerWithCommentEnabledTest by @krzema12 in #374
- Move code for JVM from 'java' to 'kotlin' directory by @krzema12 in #375
- Move Java-based JVM tests back to 'java' directory by @krzema12 in #376
- fix(deps): update dependency org.jetbrains:annotations to v26.0.2 by @renovate in #377
- chore(deps): update dependency io.github.typesafegithub:github-workflows-kt to v3.2.0 by @renovate in #378
- Validate path to common test resources in IntelliJ by @krzema12 in #349
- chore(deps): update plugin com.gradle.develocity to v3.19.1 by @renovate in #380
- Kotlinize and commonize SerializerWithCommentEnabledTest by @krzema12 in #379
- Kotlinize and commonize ParserWithCommentEnabledTest by @krzema12 in #381
- chore(deps): update dependency gradle to v8.12.1 by @renovate in #382
- Fix StringStreamDataWriter.toString to not consume buffer by @krzema12 in #384
- chore(deps): update plugin org.jetbrains.kotlin.plugin.allopen to v2.1.10 by @renovate in #385
- Kotlinize and commonize EmitterTest by @krzema12 in #383
- fix(deps): update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v2.1.10 by @renovate in #386
- Kotlinize and commonize ScannerWithCommentEnabledTest by @krzema12 in #387
- fix(deps): update dependency io.kotest:kotest-runner-junit5 to v6.0.0.m2 by @renovate in #396
- fix(deps): update dependency io.kotest:kotest-framework-multiplatform-plugin-gradle to v6.0.0.m2 by @renovate in #393
- Synchronize kotest version to 6.0.0.M1 via version catalog by @krzema12 in #398
- Kotlinize and commonize JsonScalarResolverTest by @krzema12 in #399
- Kotlinize and commonize CoreScalarResolverTest by @krzema12 in #397
- Increase regex readability by @Vampire in #391
- Remove dependency on kotest-framework-api by @krzema12 in #404
- Verify emitted events also for error test suite tests by @Vampire in #392
Full Changelog: v3.1.0...v3.1.1