PackageTrack
Sign in Get early access

org.jetbrains.kotlin:kotlin-test-js-runner

2.0.21 #350 most downloaded on Maven Central JetBrains/kotlin

What this package is like to depend on

Last release 2 years ago

no release in 18 months

Ships fairly regularly

a new release about every 2 weeks

This project publishes no release notes

the list below is its commits, not an announcement

Nothing withdrawn

no release was ever pulled

7 years old

99 releases · first in 2019

0 releases in the last 12 months

see the full history below

Release timeline

99 releases · Nov 2019 to Oct 2024
2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 99
  1. 2.0.21 10 Oct 2024

    Nothing published for this version

  2. 2.0.21-RC 30 Sep 2024 pre-release
    Commits, not release notes

    This project publishes no release notes. Between v2.0.20 and v2.0.21-RC there were 72 commits, 72 of them substantive:

    • Verification metadata: allow 2.0.20 and 2.0.21 artifacts
    • [Tests] Reproduce #KT-69985
    • [FIR] Mimic K1 behavior in resolution of root package qualifiers without import
    • [Tests] Reproduce #KT-70901
    • [FIR] Copy attributes onto fake override accessors
    • [FIR] Regenerate tests that were forgotten by previous cherries
    • [FIR] Reproduce ^KT-70194
    • [FIR] Fix intersections filtering when rendering types
    • [K/N][build] Set macOS deployment version for LLVM to 11.2
    • [K/N][build] Use Kotlin fork of Apple LLVM 11.1.0
    • [K/N] Remove signal chaining hack from K/N compiler on macOS
    • [K/N] Update konan.properties to use Kotlin fork of Apple LLVM 11.1.0
    • Update Compose compiler warning message
    • [Test] Reproduce KT-70683
    • [FIR2IR] Remap f/o build during first phase of f/o builder in delegate generator
    • [Ir.Actualizer] Move unregistering of symbol remapping for lazy classes
    • [Daemon] Remove the net.rubygrapefruit:native-platform dependency.
    • [tests][K/N] Added a reproducer for #KT-69399
    • [K/N][codegen] More general way to get associated object
    • FIR2IR: add test about Java annotation on Java enum entry

    …and 52 more.

  3. 2.0.20 22 Aug 2024
    Commits, not release notes

    This project publishes no release notes. Between v2.0.20-RC2 and v2.0.20 there were 1 commits, 1 of them substantive:

    • Add changelog for 2.0.20
  4. 2.0.20-RC2 13 Aug 2024 pre-release
    Commits, not release notes

    This project publishes no release notes. Between v2.0.20-RC and v2.0.20-RC2 there were 38 commits, 38 of them substantive:

    • [K/N][ObjC export] Fixed a performance problem with packages tree traversal
    • [K/N][C export] Use correct util function
    • [Wasm] Fix source set diagnostic for js and wasm
    • [Wasm] Upgrade NPM deps including 4 version of dev server
    • K2: report VOLATILE_ON_* diagnostics also on fake properties
    • [Tests] Add a separate test for KT-70238 in a regular class
    • [Test] Reproduce KT-69766
    • [FIR] Unwrap fake-overrides while checking for INVISIBLE_SETTER
    • Introduce kotlin.uuid.ExperimentalUuidApi for marking Uuid #KT-70196
    • fixup! Introduce kotlin.uuid.ExperimentalUuidApi for marking Uuid #KT-31880
    • [FIR] Add approximation fast-path for class-like types
    • K2: Improve performance for captured type approximation
    • Minor. Turn local function into private one in AbstractTypeApproximator
    • Minor. Refine the name for TypeArgumentApproximation
    • Minor. Refine the name for AbstractCapturedTypesApproximation
    • Optimize ConeTypeApproximator for cases of captured types
    • [FIR] Reproduce ^KT-69773
    • [FIR] Set proper value parameter type in vararg's flat signatures
    • [FIR] Rename NotLessSpecific -> EquallyOrMoreSpecific
    • [Test] Reproduce KT-70186

    …and 18 more.

  5. 2.0.20-RC 29 Jul 2024 pre-release
    Commits, not release notes

    This project publishes no release notes. Between v2.0.20-Beta2 and v2.0.20-RC there were 51 commits, 51 of them substantive:

    • Log feature flags in module metrics json
    • [Tests] Add diagnostic test for external getter
    • [JS][WASM] Forbid delegated property to have external getter/setter
    • [Compose] Fix code generation for group optimization
    • fixup! reduce the number of cases for runtime tests to avoid out of memory
    • [Compose] [nonSkippingGroupOptimization] Fix explicit group composables
    • Fix stability inferencing of interfaces on incremental compilation
    • Update feature flag docs with correct extension name
    • Update the default for includeTraceMarkers to match compiler plugin
    • Reproduce KT-68889
    • Fix inference exception in elvis with Nothing-typed RHS inside PCLA
    • [K/N] Reproduce crash with signposts ^KT-68928
    • [K/N] Disable signposts on safepoints by default ^KT-68928
    • [JPS] Allow writing the subtypes map in compiler-maps-only mode
    • [Gradle] Fix deprecation warning was produced for the non-deprecated case
    • [Codeowners] Update owners after Kotlin Apple Ecosystem team merge
    • Compose compiler: Do not add HiddenFromObjC annotation twice
    • Workaround the linker breakage by stubbing -lto_library
    • Add the possibility to disable fast jar fs in K2
    • Minor. Move createEnvironment in tests closer to its single usage

    …and 31 more.

  6. 2.0.20-Beta2 09 Jul 2024 pre-release
    Commits, not release notes

    This project publishes no release notes. Between v2.0.20-Beta1 and v2.0.20-Beta2 there were 250 commits, 249 of them substantive:

    • [FIR generator] Adhere to the same style of element config as IR
    • [tree generators] Remove ImplementationField and BuilderField generics
    • [tree generators] Rename SingleField to SimpleField
    • [FIR generator] Update Readme.md
    • [FIR] Extract CheckArguments resolution stage into separate file..
    • [FIR] Refactor functions which check arguments against given candidate
    • [FIR] Rename Arguments.kt to ArgumentCheckingProcessor.kt
    • [FIR] Move processing of postponed arguments into ArgumentCheckingProcessor
    • [FIR] Move some arguments related utilities into separate file
    • [FIR] Cleanup ArgumentCheckingProcessor
    • [LLVM 16] Fix libclang interop stub generator
    • [LLVM 16] Fix some warnings in runtime introduced with update to LLVM 16
    • [LL] Rename LL FIR project.structure package to projectStructure
    • [AA] Rename test framework project.structure package to projectStructure
    • [AA] Interface-ify KaNamedAnnotationValue
    • [AA] Replace NotSupportedForK1Exception with UnsupportedOperationException
    • [AA] Mark CodeFragmentCapturedValue as experimental
    • [AA] Interface-ify KaSmartCastInfo and KaImplicitReceiverSmartCast
    • [AA] Interface-ify classes in KaScopeProvider
    • [AA] Interface-ify classes in KaTypeCreator

    …and 229 more.

  7. 2.0.20-Beta1 18 Jun 2024 pre-release
    Commits, not release notes

    This project publishes no release notes. Between v2.0.10 and v2.0.20-Beta1 there were 250 commits, 249 of them substantive:

    • Swift export: cover lateinit var with minimal tests
    • Swift export: cover typealias with runtime tests
    • [AA] create KtImplicitReceiverValue for qualified receiver
    • [FIR] Fix the '@JsExport' check with partial analysis
    • [Tests] Reproduce #KT-68209
    • [FIR] Capture CandidateCollector.currentApplicability before it's mutated
    • [FIR][Tests] Add tests for WRONG_INVOCATION_KIND messages
    • [FIR][Tests] Fix suggesting non-existent InvocationKind
    • [LLVM 16] Opaque pointers: import struct types from runtime properly
    • [LLVM 16] Split LlvmParamType and LlvmRetType
    • [LLVM 16] Opaque pointers: fix checking return object types
    • [LLVM 16] Opaque pointers: fix generating TypeInfo
    • [LLVM 16] Opaque pointers: fix generating memory accesses
    • [LLVM 16] Opaque pointers: fix generating thread locals
    • [K/N] Remove CodeGenerator.freeze function and usages
    • [LLVM 16] Opaque pointers: get rid of isObjectRef/isObjectType
    • [LLVM 16] Opaque pointers: add a feature flag
    • [LLVM 16] Opaque pointers: fix visiting LLVM IR
    • [LLVM 16] Opaque pointers: generate llvm.memset.p0.i32
    • [JVM] Load in-test defined classes by STDLIB_COMPILATION directive

    …and 229 more.

  8. 2.0.10 05 Aug 2024

    Nothing published for this version

  9. 2.0.10-RC2 29 Jul 2024 pre-release
    Commits, not release notes

    This project publishes no release notes. Between v2.0.10-RC and v2.0.10-RC2 there were 2 commits, 2 of them substantive:

    • Compose compiler: Do not add HiddenFromObjC annotation twice
    • Add ChangeLog for 2.0.10-RC2
  10. 2.0.10-RC 11 Jul 2024 pre-release

    Nothing published for this version

  11. 2.0.0 20 May 2024

    Nothing published for this version

  12. 2.0.0-RC3 10 May 2024 pre-release

    Nothing published for this version

  13. 2.0.0-RC2 26 Apr 2024 pre-release

    Nothing published for this version

  14. 2.0.0-RC1 08 Apr 2024 pre-release

    Nothing published for this version

  15. 2.0.0-Beta5 20 Mar 2024 pre-release

    Nothing published for this version

  16. 2.0.0-Beta4 12 Feb 2024 pre-release

    Nothing published for this version

  17. 2.0.0-Beta3 17 Jan 2024 pre-release

    Nothing published for this version

  18. 2.0.0-Beta2 14 Dec 2023 pre-release

    Nothing published for this version

  19. 2.0.0-Beta1 13 Nov 2023 pre-release

    Nothing published for this version

  20. 1.9.25 19 Jul 2024

    Nothing published for this version

  21. 1.9.24 07 May 2024

    Nothing published for this version

  22. 1.9.23 06 Mar 2024

    Nothing published for this version

  23. 1.9.22 21 Dec 2023

    Nothing published for this version

  24. 1.9.21 23 Nov 2023

    Nothing published for this version

  25. 1.9.20 30 Oct 2023

    Nothing published for this version

  26. 1.9.20-RC2 24 Oct 2023 pre-release

    Nothing published for this version

  27. 1.9.20-RC 11 Oct 2023 pre-release

    Nothing published for this version

  28. 1.9.20-Beta2 20 Sep 2023 pre-release

    Nothing published for this version

  29. 1.9.20-Beta 07 Sep 2023 pre-release

    Nothing published for this version

  30. 1.9.10 23 Aug 2023

    Nothing published for this version

  31. 1.9.0 05 Jul 2023

    Nothing published for this version

  32. 1.9.0-RC 19 Jun 2023 pre-release

    Nothing published for this version

  33. 1.9.0-Beta 22 May 2023 pre-release

    Nothing published for this version

  34. 1.8.22 07 Jun 2023

    Nothing published for this version

  35. 1.8.21 25 Apr 2023

    Nothing published for this version

  36. 1.8.20 30 Mar 2023

    Nothing published for this version

  37. 1.8.20-RC2 23 Mar 2023 pre-release

    Nothing published for this version

  38. 1.8.20-RC 08 Mar 2023 pre-release

    Nothing published for this version

  39. 1.8.20-Beta 07 Feb 2023 pre-release

    Nothing published for this version

  40. 1.8.10 02 Feb 2023

    Nothing published for this version

  41. 1.8.0-343 22 Dec 2022

    Nothing published for this version

  42. 1.8.0 27 Dec 2022

    Nothing published for this version

  43. 1.8.0-RC2 20 Dec 2022 pre-release

    Nothing published for this version

  44. 1.8.0-RC 07 Dec 2022 pre-release

    Nothing published for this version

  45. 1.8.0-Beta 14 Nov 2022 pre-release

    Nothing published for this version

  46. 1.7.22 28 Nov 2022

    Nothing published for this version

  47. 1.7.21 08 Nov 2022

    Nothing published for this version

  48. 1.7.20 28 Sep 2022

    Nothing published for this version

  49. 1.7.20-RC 07 Sep 2022 pre-release

    Nothing published for this version

  50. 1.7.20-Beta 27 Jul 2022 pre-release

    Nothing published for this version

  51. 1.7.10 07 Jul 2022

    Nothing published for this version

  52. 1.7.0 08 Jun 2022

    Nothing published for this version

  53. 1.7.0-RC2 01 Jun 2022 pre-release

    Nothing published for this version

  54. 1.7.0-RC 19 May 2022 pre-release

    Nothing published for this version

  55. 1.7.0-Beta 04 May 2022 pre-release

    Nothing published for this version

  56. 1.6.21 19 Apr 2022

    Nothing published for this version

  57. 1.6.20 01 Apr 2022

    Nothing published for this version

  58. 1.6.20-RC2 22 Mar 2022 pre-release

    Nothing published for this version

  59. 1.6.20-RC 23 Feb 2022 pre-release

    Nothing published for this version

  60. 1.6.20-M1 07 Feb 2022 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive