Yoshua Wuyts
|
a7916ec3f9
|
[major] choo v4 (#352)
* location: change url on location:setLocation
- [ ] don't break hashing
- [ ] allow not changing the url
fixup! move fns around
fixup! add search string
* app.start: clean
* walk: add
* location: update arg calls
* fixup! location: update
* uri-wrap: fix thunking
* router: update to latest sheet-router (#239)
* router: update to latest sheet-router
* tests: fix for latest version
* tests: fix SSR
* tests: fix history
* tests: spruce up
* docs: update example
* examples: update
* deps: bump sheet-router
* 4.0.0-0
* chore(changelog): 4.0.0 (#211)
* feat(api:) arg order (#268)
* s/data, state/state, data/
* feat(api): swap arguments
* fix(href): fix routing (#271)
* feat(http): remove (#269)
* feat(router): enable hash routing (#273)
* deps: fix mount
* 4.0.0-1
* feat(mount): copy {script,link} tags
* 4.0.0-2
* fix(mount): forEach -> for
Lol can't use forEach
* fix(router): use state.location.href (#282)
* fix(mount): use deep node clone
* 4.0.0-3
* fix(deps): remove hash-match
* 4.0.0-4
* fix(mount): return node
* 4.0.0-5
* fix(router): check if a hash is a valid selector (#339)
* 4.0.0-6
* fix(router): pass params on newstate (#343)
* 4.0.0-7
* feat(docs): update for 4.0.0 (#320)
* feat(docs): update for 4.0.0
* docs: update router example in readme (#337)
* chore(changelog): update for v4 (#351)
|
2016-12-11 19:35:29 +01:00 |
|
Brad Simantel
|
d9a14130b3
|
Add pathname-match dependency to mailbox example
The pathname-match module is being required in the pathname element, but wasn't actually included as a dependency.
|
2016-07-06 14:35:46 -07:00 |
|
Yoshua Wuyts
|
6407188ee9
|
router: change order of arguments
fixup! freeze state & rename app ns to location
|
2016-07-02 22:54:35 +02:00 |
|
Yoshua Wuyts
|
9e039ed561
|
architecture: use barracks
Changes
=======
- add hook handlers
- add effect composition
- add noFreeze option
Commits
=======
- fixup! fix toString()
- fixup! use assert instead of throw
- fixup! fix reducers
- fixup! work on done callbacks
- fixup! more callback work
- fixup! woooh fixed effects errs
- fixup! wrap up stuff
|
2016-07-02 16:00:26 +02:00 |
|
Todd Kennedy
|
8f8df602c5
|
Extract html into separate module (#103)
|
2016-07-02 12:55:41 +02:00 |
|
zigomir
|
51a9c4488e
|
Fix full reload on specific message.
|
2016-06-22 17:39:13 -07:00 |
|
zigomir
|
cf1548e61d
|
Add tachyons dependency.
|
2016-06-22 17:38:55 -07:00 |
|
Mark
|
bc7b6a209c
|
Update nav.js, removing duplicated, unused fn arg
|
2016-05-23 09:15:59 -07:00 |
|
Yoshua Wuyts
|
dc840059a4
|
models: fix state namespace
|
2016-05-23 14:40:52 +09:00 |
|
Yoshua Wuyts
|
300b6325a9
|
examples: update mailbox
|
2016-05-23 04:00:29 +09:00 |
|
Yoshua Wuyts
|
46eabb02ae
|
examples: fix mailbox
|
2016-05-22 16:56:24 +09:00 |
|
Yoshua Wuyts
|
620fe35426
|
deps: bump sheet-router
|
2016-05-21 15:32:01 +09:00 |
|
Yoshua Wuyts
|
1481cb0f6c
|
example-mailbox: v6
|
2016-05-14 10:44:44 +07:00 |
|
Yoshua Wuyts
|
32ae62d655
|
example-mailbox: v5
|
2016-05-13 16:48:46 +07:00 |
|
Yoshua Wuyts
|
56f335b71d
|
example-mailbox: v4
|
2016-05-12 19:37:02 +07:00 |
|
Yoshua Wuyts
|
5219fbafca
|
example-mailbox: v3
|
2016-05-12 19:33:52 +07:00 |
|
Yoshua Wuyts
|
94e8073af1
|
examples/http -> examples/mailbox
|
2016-05-12 15:44:33 +07:00 |
|