Closed greenkeeper[bot] closed 7 years ago
Update to this version instead 🚀
The new version differs by 52 commits.
8425fd2
0.14.0
efdb183
Introduce fragment state / state slices. 🍰 (#385)
5e2dc03
Typescript: update definition of Actions (#389)
2fc55d1
Fix link to docs top-level page, not to getting started.
3a0cae9
Update typescript definitions for Component and h (#384)
f824a3c
docs: reword 'Get Started' invitation to 'Read the Docs'
bdec2fd
createElement: append child nodes first, then set data in element.
f5754ff
docs: broken links, focus.
9c07838
Rename WrappedActions->ActionCallers.
071fbe4
refactor number->string cast in h.
125c14a
Merge branch 'master' of https://github.com/hyperapp/hyperapp
0154d6b
Add node 8.
4bc5840
Fix 404 link to the VDOM section (#381)
df84aba
Default mixin.events to empty object (#376)
7b6e5de
Fix Events definitions (#377)
There are 52 commits in total.
See the full diff
Update to this version instead 🚀
The new version differs by 16 commits.
a43f75c
0.15.0
aff188c
Add note about app(props, container).
d4b27ff
Merge @pspeter3 enhanced-type-definitions branch. 🎉
d6b8548
Update types for new root/container as 2nd argument.
02e02ce
Merge branch 'enhanced-type-definitions' of https://github.com/pspeter3/hyperapp into pspeter3-enhanced-type-definitions
0555cb8
Merge branch 'master' of https://github.com/hyperapp/hyperapp
7ebd891
Return slice (not global) state from actions. Thanks @vdsabev.
64df7a0
Remove root property in favor of container as 2nd argument. Close #410.
732fd51
Remove HOA test.
1baa24e
Remove overkill built-in HOA support. Close #413.
c3ffd6c
Broken link: README.md (#414)
697d54d
Introduce init & modules. Close #406. (#411)
873a1da
Add async thunk example
5d7188e
Add Thunk information
a78dfcc
Update typescript definitions for 0.14 (#405)
There are 16 commits in total.
See the full diff
Update to this version instead 🚀
The new version differs by 22 commits.
fb5f14b
0.16.0
eae9fa3
ignores
13d5591
Remove init.
4739639
add test for when patching equal textnodes
f415e8e
add short circuit for patching memoized vnodes (#378)
7319f27
refactor vars and fn names.
c320ee2
Move code to one file (app.js)+(h.js)→index.js. (#446)
e02342b
remove attributes when false or null/undef.
4262718
docs
737f1f0
Pass done/remove function to onremove as second argument.
bfa684e
Update Docs (#401)
037045c
Allow index to be loaded as a ES6 module. #441
47a35da
Merge branch 'patch-1' of https://github.com/SahAssar/hyperapp into SahAssar-patch-1
1e0cca4
fix sourcemaps via uglify --in-source-map flag (#443)
ca701c9
0.16.0 (#445)
There are 22 commits in total.
See the full diff
Update to this version instead 🚀
The new version differs by 45 commits.
6ff312d
0.17.1
0056825
0.17.0
d4bda23
Better, still simple.
a9dcda6
Simple.
988c2a5
Update docs.
2a25596
Make container required for patching, skip if undefined.
0b43687
refactor var name: lifecycle->stack
97d1e83
Tweak actions and view signature again.
023d4ae
refactor var names: to->target, from->source
6e4bd30
return vnode directly from vnode function during hydration instead of calling h().
2c6450a
rename type to tag.
f908766
refactor values === var
for consistency in h().
16e39bb
don't mutate node during string concat in h().
dbfbd1b
update ondestroy tests to new app signature.
3be3fdf
Make view an argument to app as app({state,actions}, view). (#490)
There are 45 commits in total.
See the full diff
Update to this version instead 🚀
The new version differs by 6 commits.
3b0ddb1
0.18.0
b7a8602
Rename VChildNode to VNodeChild for consistency.
5509657
Rename ActionsImpl/ActionImpl to ActionsType/ActionType.
f75e934
Re-introduce ondestroy.
f9ad50f
Update types for new app props spread signature.
620580e
Spread app props into state, actions, view and container.
See the full diff
Update to this version instead 🚀
Hello World! Please refer to the documentation as the ultimate source of truth and read the introductory post for other details.
The 1.0 milestone means the API has reached stability and that the churn is finally over. It took us almost a year to arrive at the current API and while it will never be perfect, done is better than perfect and I am extremely pleased with the result.
Thank you, everyone, for contributing your invaluable time, feedback, and bug-free code to Hyperapp!
Some of the cool things planned for the first quarter of 2018 are submitting a Hacker News PWA to https://hnpwa.com and adding a new example implementation to gothinkster/RealWorld.
I also want to refine the documentation and work more on the ecosystem and tools: scaffolding, bundling, DevTools integration, etc.
If you have ideas for improvements please get involved, hop on Slack or file a bug report.
If you’re working on something cool using Hyperapp, let us know on Twitter @HyperappJS! Happy hacking and happy holidays!
The new version differs by 20 commits.
c906e06
1.0.0
060c1a8
docs: improve hello world section; slices→substate.
31935d6
Merge branch 'feature/docs-update' of https://github.com/eschaefer/hyperapp into eschaefer-feature/docs-update
2cd9ca1
0.18.5
30e1fa5
Return to simple setElementProp; shrug attr/prop precedence. Fix #509.
32a69b3
0.18.4
22e408e
Pass isSVG to setElementProp. Fix #509.
c774184
Use uglify-js@3.2.2 until bad function hoisting issue is fixed. Close #508.
b32d2a1
0.18.2
8d6bf3e
0.18.1
174b564
Update deps.
47832a1
Ammend lifecycle events docs.
34a1a24
Merry Xmas! 🎁 (#507)
06ba160
Keep the main docs link in github within github for now
0a990db
Fix typo
There are 20 commits in total.
See the full diff
Version 0.12.0 of hyperapp just got published.
The version 0.12.0 is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of hyperapp. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Commits
The new version differs by 14 commits.
aa5887b
0.12.0
7ac9869
Rename HyperApp to Hyperapp.
0953b5b
Fix mixin init order. Close #329. (#332)
4900c27
Add clarification on the reason for keys (#330)
fcc4365
Correct link to vnode document (#327)
9336319
Use same file for Virtual DOM tests and VDOM events tests.
0ec68fd
VirtualDOM Events
6db28d4
Fix more grammar and more typos. :pencil:
ba2cb77
Fix grammar and typos.
88e4545
Refactor function names.
392445f
Add implementation notes.
26a0453
Revise.
1f64c58
Typo: Sublings?!
4dc3020
CodePen
See the full diff
Not sure how things should work exactly?
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: