Skip to content

Latest commit

 

History

History
181 lines (97 loc) · 2.68 KB

CHANGELOG.md

File metadata and controls

181 lines (97 loc) · 2.68 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

4.3.0

Added

  • Add localization support

4.2.0

Fixed

  • Fix build by replacing webpack with vite

Changed

  • Set output code editor language based on target language
  • Set output code editor as readonly again

4.1.3

  • Fable 4.1.3

4.0.0

  • Fable 4

4.0.0-theta-009

  • Update Fable

4.0.0-alpha-024

  • Fable 4 alpha-24

4.0.0-alpha-022

  • Fable 4 alpha-22
  • Fix JS compilation

4.0.0-alpha-016

  • Fable 4 -alpha-016
  • Save language selection and selected output tab

4.0.0-alpha-001

  • Fable 4 alpha
  • Target language selection

3.7.10

  • Update Fable and fix typo

3.7.9.1

  • Update Fable and metadata

3.7.0

  • Update Fable and make repl available (with warning) on mobile

3.4.10

  • Update Fable

3.4.8

  • Update Fable

3.2.11

  • Enable Fable.Repl.Lib

3.2.6

  • Update Fable

3.1.15

  • Update Fable
  • Add sample: Undertone - Programmable music. @robertpi

3.1.12

  • Update Fable
  • Add sample: @Rickasaurus 's F# Ant Colony game to Fable. @robertpi

3.1.5

  • Update Fable & Fable.Core

3.1.4

  • Update Fable

3.1.1

  • Update Fable

3.0.4

  • New attempt at removing ServiceWorker

3.0.3

  • Fable fixes

3.0.2

  • Unregister ServiceWorker

3.0.1

  • Change WorkboxPlugin option to delete outdated caches

3.0.0

  • Fable 3 official release
  • Add Spreadsheet sample
  • Add WebComponent sample

3.0.0-rc-2 - 2020-11-20

  • Skip Fable compilation if there're F# errors
  • Add Fractal sample

3.0.0-rc - 2020-11-16

  • Nagareyama

2.1.1 - 2020-07-08

  • Update fable-standalone

2.1.0 - 2020-07-02

2.0.0 - 2020-03-23

1.0.6 - 2020-03-09

  • Fix #106: Model should be updated in the update function not recreated from scratch

1.0.5 - 2020-03-04

  • Update to fable-standalone 1.3.5

1.0.4 - 2020-02-20

  • Fix #79: Use CSS classes in the F# code instead of inline style

1.0.3 - 2020-02-20

  • Fix #79: Use CSS to style the calculator example

1.0.2 - 2020-02-20

  • Fix #75: Remove logs from iframeMessage when in production mode

1.0.1 - 2020-02-20

  • Fix build.fsx, the app was built before updating Prelude.fs

1.0.0 - 2020-02-20

Fixed

  • Fix #86: Make a distinction between REPL and Fable version in the info panel
  • Init the changelog