Skip to content

Releases: smapiot/piral

0.10.7

21 Feb 11:10
Compare
Choose a tag to compare
  • Included core-js/stable in Piral polyfills (#162)
  • Fixed build in mono repo to properly support IE11 (#162)
  • Fixed issue with modification of has-symbols package (#160)

0.10.6

20 Feb 22:02
Compare
Choose a tag to compare
  • Fixed export of default import in declaration (#158)
  • Fixed missing type references in declaration (#159)
  • Provide fix for invalid buffer import (#160)
  • Added support for conditionals in the generated declaration (#161)
  • Fixed build in mono repo to properly support IE11 (#162)

0.10.5

15 Feb 18:59
Compare
Choose a tag to compare
  • Fixed keyof usage in interfaces and as parameters (#152)
  • Fixed that pilets are not watched in monorepos (#153)
  • Added support for default exports in custom declarations (#154)
  • Fixed missing inclusion of JSX exported modules (#155)
  • Added core-js to standard opt-out polyfills (#157)
  • Fixed state container debugging output for use in IE11 (#157)
  • Allow disabling state container debug output

0.10.4

11 Feb 23:24
Compare
Choose a tag to compare
  • Fixed declaration with expansion of keyof (#150)
  • Fixed declaration generation of exported functions and generator functions (#151)
  • Improved support for mono repo usage (#143)

0.10.3

11 Feb 00:30
Compare
Choose a tag to compare
  • Extended debug helper for Piral Inspector
  • Allow capturing props in fromElm, fromMithril, fromRiot, fromSvelte, and fromVue
  • Fixed creation of declaration with mixed type and declare const (#146)
  • Fixed wrongly inferred types from regular expression in declaration (#147)
  • Fixed inferred types from array in declaration (#148)
  • Improved complicated types resolution in declaration (#149)
  • Added direct support for mono repo usage (#143)

0.10.2

07 Feb 08:16
Compare
Choose a tag to compare
  • Further improvements for the declaration generation
  • Fixed top-level aliases in decl. generation (#141)
  • Fixed top-level decl. generation regarding unions and intersections (#140)
  • Fixed handling of nested exports in decl. generation (#142)
  • Added options for filtering to the piral-search plugin

0.10.1

04 Feb 06:28
Compare
Choose a tag to compare
  • Fixed declaration generation (#139)
  • Fixed pilet debug issues with side bundles

0.10.0

02 Feb 10:21
Compare
Choose a tag to compare
  • Introduce compatibility check for the Piral CLI (#94)
  • Added new optional plugin piral-mithril for Mithril.js (#79)
  • Added new optional plugin piral-aurelia for Aurelia (#80)
  • Added new optional plugin piral-litel for LitElement (#85)
  • Added new optional plugin piral-ember for Ember.js (#96)
  • Added new optional plugin piral-svelte for Svelte (#97)
  • Added new optional plugin piral-elm for Elm (#118)
  • Added new optional plugin piral-riot for Riot.js
  • Added new optional plugin piral-react-15 for React v15
  • Added new optional plugin piral-lazy for generic lazy loading
  • Replaced react-arbiter with piral-base (#109)
  • Changed --skip-install (default: false) flag to --install (default: true) for scaffolding
  • Changed --only-core to --framework (supporting piral-base)
  • Changed --tag to be a positional argument (for pilet upgrade)
  • Allow async setup in pilets
  • Support for teardown function in pilets
  • Added dispatch and readState actions
  • Allow async pilet module evaluation
  • Integrated state and router in foreign context
  • Introduced additional checks for missing files (#129)
  • Changed generation of the Piral instance declaration (#116)

0.9.9

29 Jan 13:55
Compare
Choose a tag to compare
  • Fixed declaration generation on Windows
  • Fixed bundle splitting for pilets

0.9.8

27 Jan 22:34
Compare
Choose a tag to compare
  • Fixed the declaration generation for the app instance name (#130)
  • Fixed showing modals from other pilets (#131)