BuckleScript

BuckleScript

  • Docs
  • Try
  • API
  • Community
  • Blog
  • Languages iconEnglish
    • 日本語
    • Español
    • Français
    • 한국어
    • Português (Brasil)
    • Русский
    • 中文
    • 繁體中文
    • Help Translate
  • GitHub

›Recent Posts

Recent Posts

  • A story of exception encoding in BuckleScript
  • What's new in release 7.3
  • Generalized uncurry support in BuckleScript 7.3
  • Announcing bs-platform 7.2
  • Loading stdlib from memory

BuckleScript 3.1.4

May 23, 2018

Hey again! The release two days ago removed the deprecated Js Boolean APIs (no longer needed since we compile OCaml booleans to JS boolean since 3.0.0). But folks have voiced that the removal was too hasty, as some of their dependencies still haven't upgraded to 3.0.0 and thus still needed the deprecated APIs.

We try to be diligent with our releases; hopefully this didn't churn too many people. To remediate the situation, we're putting those calls back for this version. Finger crossed that you don't have to wait on too many dependencies!

Sorry for the small churn, and thanks for all your feedback!

Recent Posts