Skip to content

v0.1.9

Compare
Choose a tag to compare
@styd styd released this 17 Apr 15:37
· 75 commits to master since this release

Added

  • Support for function as object.
    The following hash:

      ...
      formatter: {function: {args: "a,b", body: "return a + b;"}}
      ...
    

    will become:

      ...
      "formatter":function(a,b) {return a + b;}
      ...
    
  • Frozen string literal comment on several files

Changed

  • ApexCharts.JS version from 3.10.1 to 3.18.0
  • Upgrade yarn package for rails example

Fixed

  • FrozenError on input colors
  • uninitialized constant SmartKv::Meat::Set when using plain ERB