Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Kotlin/JS and Kotlin/Native #23

Draft
wants to merge 34 commits into
base: main
Choose a base branch
from
Draft

Commits on Oct 5, 2021

  1. Configuration menu
    Copy the full SHA
    06c41f9 View commit details
    Browse the repository at this point in the history
  2. Fix doc

    DRSchlaubi committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    463b018 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2023

  1. MPP conversions

    - Improve generator
    DRSchlaubi committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    2f5676d View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'schlaubi/master' into feature/mpp

    # Conflicts:
    #	src/commonMain/kotlin/dev/kord/x/emoji/ComponentExtension.kt
    DRSchlaubi committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    aeb6264 View commit details
    Browse the repository at this point in the history
  3. Update to explicitApi

    DRSchlaubi committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    fe88232 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. More cleanup

    DRSchlaubi committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    1093ed9 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Switch to version catalogs

    DRSchlaubi committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    56b370b View commit details
    Browse the repository at this point in the history
  2. Add publishing again

    DRSchlaubi committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    d6a1838 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e41f464 View commit details
    Browse the repository at this point in the history
  4. Fix tests

    DRSchlaubi committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    0c587f6 View commit details
    Browse the repository at this point in the history
  5. FIX CI

    DRSchlaubi committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    52018d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Updates

    - Switch CI to macos
    - Add native targets
    - Update Gradle to 8.2.1
    - Update kotlin to 1.9.0
    - Update kotlinx.serialization to 1.6.0-RC
    - Update kotlinpoet to 1.14.2
    DRSchlaubi committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    077f636 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Update Gradle to 8.6

    DRSchlaubi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    f90d7e4 View commit details
    Browse the repository at this point in the history
  2. Update dependencies

    - Update kotlinx-serialization-json to 1.6.3
    - Update kotlin to 1.9.22
    DRSchlaubi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    300ea05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    150d7a4 View commit details
    Browse the repository at this point in the history
  4. Migrate CI to Teamcity

    DRSchlaubi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    f5c7768 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    68e2a78 View commit details
    Browse the repository at this point in the history
  6. Add nextPlannedVersion

    DRSchlaubi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    2eee481 View commit details
    Browse the repository at this point in the history
  7. Fix Native build

    DRSchlaubi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    63101b0 View commit details
    Browse the repository at this point in the history
  8. Fix publication

    DRSchlaubi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    3a41433 View commit details
    Browse the repository at this point in the history
  9. Fix test runs

    DRSchlaubi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    c59086b View commit details
    Browse the repository at this point in the history
  10. Improvements

    - Only add one accessor per emoji instead of alias
    - Add DiscordEmoji.findByName and DiscordEmoji.findByUnicode
    - Add support for hair styles
    - Deprecate Emojis.get
    - Make Emojis.all a list
    DRSchlaubi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    ff60427 View commit details
    Browse the repository at this point in the history
  11. Fix publishing

    DRSchlaubi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    4e0ae48 View commit details
    Browse the repository at this point in the history
  12. Enable signing

    DRSchlaubi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    5d28c58 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Update dependencies

    - Update Gradle to 8.9
    - Update Kotlin to 2.0.0
    - Update kotlinx-serialization-json to 1.7.1
    - Update kotlinpoet to 1.18.1
    - Update kord-gradle-plugin to 1.6.2
    - Update maven-publish-plugin to 0.29.0
    - Add support for HairStyle
    DRSchlaubi committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    911fd8f View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Trigger CI redeploy

    DRSchlaubi committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    b38538f View commit details
    Browse the repository at this point in the history
  2. Update main branch

    DRSchlaubi committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    3ca7f08 View commit details
    Browse the repository at this point in the history
  3. Fix gradlew permissions

    DRSchlaubi committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    af33907 View commit details
    Browse the repository at this point in the history
  4. Fix dokka

    DRSchlaubi committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    a455d36 View commit details
    Browse the repository at this point in the history
  5. Fix invalid indent

    DRSchlaubi committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    830ea76 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Update dependencies

    - Update Gradle to 8.10
    - Update kotlin to 2.0.20
    - Update kord-gradle-tools to 1.6.3
    DRSchlaubi committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    f5cba64 View commit details
    Browse the repository at this point in the history
  2. Upgrade yarn

    DRSchlaubi committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    b926058 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Dependency updates

    - Update Kotlin to 2.0.21
    - Update kotlinx-serialization-json to 1.7.3
    - Update kord-gradle-plugin to 1.7.1
    - Update com.vanniktech.maven.publish.base to 0.30.0
    - Update Dokka to 2.0.0-Beta
    - Add linuxArm64 target
    DRSchlaubi committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    5040050 View commit details
    Browse the repository at this point in the history
  2. Fix OOME in Dokka

    DRSchlaubi committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    9185b6d View commit details
    Browse the repository at this point in the history