Releases: smapiot/piral
Releases · smapiot/piral
0.10.7
0.10.6
0.10.5
- 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
0.10.3
- Extended debug helper for Piral Inspector
- Allow capturing props in
fromElm
,fromMithril
,fromRiot
,fromSvelte
, andfromVue
- Fixed creation of declaration with mixed
type
anddeclare 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
0.10.1
0.10.0
- 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
withpiral-base
(#109) - Changed
--skip-install
(default:false
) flag to--install
(default:true
) for scaffolding - Changed
--only-core
to--framework
(supportingpiral-base
) - Changed
--tag
to be a positional argument (forpilet upgrade
) - Allow async
setup
in pilets - Support for
teardown
function in pilets - Added
dispatch
andreadState
actions - Allow async pilet module evaluation
- Integrated
state
androuter
in foreign context - Introduced additional checks for missing files (#129)
- Changed generation of the Piral instance declaration (#116)
0.9.9
- Fixed declaration generation on Windows
- Fixed bundle splitting for pilets