https://kotlinlang.org logo
Join SlackCommunities
Powered by
# fluid-libraries
  • m

    Marc Knaup

    01/21/2019, 11:08 AM
    🎉 0.9.9 released https://github.com/fluidsonic/fluid-json/releases/tag/0.9.9 • Ktor Client support • encoder/decoder in Codecs are now receiver parameters
  • m

    Marc Knaup

    01/27/2019, 10:30 PM
    🎉 0.9.10 released https://github.com/fluidsonic/fluid-json/releases/tag/0.9.10 • improved error reporting •
    JSONException
    is now abstract
  • m

    Marc Knaup

    02/05/2019, 4:43 PM
    🎉 0.9.12 released https://github.com/fluidsonic/fluid-json/releases/tag/0.9.12 • automatic enum encoding & decoding • added
    JSONCodecProvider.factory { … }
    and
    JSONCodecProvider.factory<BaseClass> { … }
    • deprecated
    JSONCodecProvider.of()
    in favor of
    JSONCodecProvider()
    • fixed incorrect type projection in
    JSONCodecProvider
    • disabled all contracts in public functions until KT-29510 & KT-29614 are fixed
  • m

    Marc Knaup

    03/02/2019, 8:58 PM
    has renamed the channel from "fluid-json" to "fluid-libraries"
  • m

    Marc Knaup

    03/02/2019, 9:06 PM
    set the channel topic: Discussing fluid-* libraries: fluid-compiler, fluid-json, fluid-meta, fluid-mongo, fluid-stdlib
  • m

    Marc Knaup

    03/02/2019, 9:07 PM
    set the channel description: Discussing fluid-* libraries: fluid-compiler, fluid-json, fluid-meta, fluid-mongo, fluid-stdlib
  • m

    Marc Knaup

    03/05/2019, 11:25 PM
    🎉 fluid-json 0.9.13 released https://github.com/fluidsonic/fluid-json/releases/tag/0.9.13 • 🎉 annotation-based
    JSONCodec
    and
    JSONCodecProvider
    generation using
    @JSON
    • added default codec for
    Collection<*>
    • added ability to generate
    JSONCodingType
    for generic types (e.g.
    jsonCodingType(List::class, String::class)
    )
  • m

    Marc Knaup

    03/07/2019, 8:42 PM
    🎉 fluid-json 0.9.14 released https://github.com/fluidsonic/fluid-json/releases/tag/0.9.14 • added support for optional constructor parameters when decoding with
    @JSON
    • added default codec for
    Set
    • fixed issues with
    @JSON.ExternalType
    and inline classes wrapping primitive types • fixed incorrect variance in
    JSONDecoderCodec.decode()
    A simple migration may be necessary.
  • m

    Marc Knaup

    05/09/2019, 3:41 PM
    New releases: • fluid-compiler 0.9.4 (support for Kotlin 1.3.30+) • fluid-json 0.9.20 (updated dependencies, fixed a bug) • fluid-meta 0.9.7 (updated dependencies) • fluid-stdlib 0.9.6 (removed
    -jdk8
    variant; preparations for multiplatform - only jvm so far)
  • m

    Marc Knaup

    09/25/2019, 1:40 PM
    All libraries have been updated to Kotlin 1.3.50 (and other dependencies also been bumped). Live on Bintray, Maven Central to follow.
  • m

    Marc Knaup

    10/15/2019, 9:19 AM
    set the channel topic: Discussing fluid-* libraries: fluid-compiler, fluid-json, fluid-meta, fluid-mongo, fluid-stdlib, fluid-time
  • m

    Marc Knaup

    10/15/2019, 9:19 AM
    set the channel description: Discussing fluid-* libraries: fluid-compiler, fluid-json, fluid-meta, fluid-mongo, fluid-stdlib, fluid-time
  • m

    Marc Knaup

    10/19/2019, 12:14 PM
    📣 All libraries have been updated: • Gradle group ID has changed to
    io.fluidsonic.<library>
    . • Kotlin package name has changed too. • All libraries are now available on JCenter and Maven Central. •
    fluid-json
    is now
    1.0.0
    . Note that all names have changed from
    JSON
    to
    Json
    .
  • m

    Marc Knaup

    03/05/2020, 8:24 PM
    All libraries updated to Kotlin 1.3.70 (and other dependency updates).
  • m

    Marc Knaup

    06/20/2020, 3:27 PM
    set the channel topic: Discussing fluid-* libraries: fluid-compiler, fluid-json, fluid-meta, fluid-mongo, fluid-pdf, fluid-stdlib, fluid-time
  • m

    Marc Knaup

    06/20/2020, 3:27 PM
    I’ve just launched `fluid-pdf`: A small Kotlin library to easily create beautiful PDF files with HTML & CSS using Chromium or Google Chrome 🙂 https://github.com/fluidsonic/fluid-pdf
  • m

    Marc Knaup

    07/30/2020, 3:41 PM
    All libraries have been updated to Kotlin 1.4.0-rc 🎉
  • m

    Marc Knaup

    08/08/2020, 2:50 AM
    set the channel description: Discussing fluid-* libraries: fluid-compiler, fluid-json, fluid-meta, fluid-mongo, fluid-pdf, fluid-stdlib, fluid-time
  • m

    Marc Knaup

    08/24/2020, 11:59 AM
    set the channel topic: Discussing fluid-* libraries: fluid-compiler, fluid-country, fluid-currency, fluid-i18n, fluid-json, fluid-locale, fluid-meta, fluid-mongo, fluid-pdf, fluid-stdlib
  • m

    Marc Knaup

    08/24/2020, 11:59 AM
    set the channel description: Discussing fluid-* libraries: fluid-compiler, fluid-country, fluid-currency, fluid-i18n, fluid-json, fluid-locale, fluid-meta, fluid-mongo, fluid-pdf, fluid-stdlib
  • m

    Marc Knaup

    11/29/2020, 6:38 PM
    set the channel topic: Discussing fluid-* libraries: fluid-compiler, fluid-country, fluid-currency, fluid-i18n, fluid-json, fluid-locale, fluid-meta, fluid-mongo, fluid-pdf, fluid-react
  • m

    Marc Knaup

    11/29/2020, 6:38 PM
    set the channel description: Discussing fluid-* libraries: fluid-compiler, fluid-country, fluid-currency, fluid-i18n, fluid-json, fluid-locale, fluid-meta, fluid-mongo, fluid-pdf, fluid-react
  • m

    Marc Knaup

    11/29/2020, 6:38 PM
    https://github.com/fluidsonic/fluid-react launched 🎉 Highly experimental.
  • m

    Marc Knaup

    12/18/2020, 12:34 PM
    https://github.com/fluidsonic/fluid-time has been reworked. It’s now an addition to
    kotlinx-datetime
    to add missing pieces rather than a completely different date/time library.
  • m

    Marc Knaup

    12/18/2020, 3:12 PM
    set the channel topic: Discussing fluid-* libraries: fluid-compiler, fluid-country, fluid-currency, fluid-i18n, fluid-json, fluid-locale, fluid-meta, fluid-mongo, fluid-pdf, fluid-react, fluid-time
  • m

    Marc Knaup

    12/18/2020, 3:12 PM
    set the channel description: Discussing fluid-* libraries: fluid-compiler, fluid-country, fluid-currency, fluid-i18n, fluid-json, fluid-locale, fluid-meta, fluid-mongo, fluid-pdf, fluid-react, fluid-time
  • m

    Marc Knaup

    05/26/2021, 5:01 PM
    Released 0.14.0 of
    fluid-time
    (
    kotlinx-datetime
    extensions): • Kotlin 1.5.10 & kotlinx-datetime 0.2.0 • Added
    Duration(days, hours, minutes, seconds, nanoseconds)
    factory function • Added
    Duration.parse(…)/.parseOrNull(…)
    (ISO 8601) • Added
    DurationSerializer
    • Added
    Timestamp.durationSince(…)/.durationUntil(…)
    • Added
    LocalTime.toJavaLocalTime()
    • Added
    LocalDateOrNull()
    • Made improvements to
    ManualClock
    (intended for unit testing)
    K 2
    🆒 3
  • m

    Marc Knaup

    08/06/2021, 7:28 PM
    Released
    fluid-mongo
    1.4.0 with MongoDB driver 4.3.1, a prerequisite for using MongoDB Serverless 🎉
  • s

    Sam Gammon

    12/01/2022, 6:25 AM
    hello fluid users particularly @Marc Knaup
  • s

    Sam Gammon

    12/01/2022, 6:25 AM
    wondering if i could inquire about collaborating and using some of Fluid downstream
    m
    • 2
    • 4