- 11 Sep, 2023 1 commit
-
-
Ivan Kubota authored
StoreBinding.sub now can subscribe to other StoreBindings
-
- 29 Jun, 2023 5 commits
-
-
Ivan Kubota authored
-
Ivan Kubota authored
-
Ivan Kubota authored
-
Ivan Kubota authored
-
Ivan Kubota authored
Middleware pattern is used `fn` is called with (err, data, next) arguments when last `next` in queue is called — original handler would be called. if you want to change `err` and `data` — call next with two arguments (newErr, newData)
-
- 05 Jun, 2023 3 commits
-
-
Ivan Kubota authored
-
Ivan Kubota authored
-
Ivan Kubota authored
Quality of life feature for DOM: if second argument is not an object — it is treated as children
-
- 19 Apr, 2023 1 commit
-
-
Ivan Kubota authored
Math.random.seeded.rand — random from Array items or between two values Math.random.seeded.constructor now returns a constructor that can create an independent seeded random instance Ajax. small fix. Bug in Setting Headers
-
- 27 Mar, 2023 1 commit
-
-
Ivan Kubota authored
Arrays can have indexes. ArrayStore instance .index({'ID': true, 'reverseID': true}) DOM Export as node.js module (for backend usage. great with simplest-dom)
-
- 10 Jul, 2022 2 commits
-
-
Иван Кубота authored
-
Иван Кубота authored
-
- 26 May, 2022 1 commit
-
-
Иван Кубота authored
-
- 17 Feb, 2022 1 commit
-
-
Иван Кубота authored
-
- 11 Feb, 2022 1 commit
-
-
Иван Кубота authored
Test Promise feature
-
- 30 Sep, 2021 1 commit
-
-
Иван Кубота authored
Fix Store bug: function subscribed to multiple bind values was called with incorrect arguments. Added test case for it.
-
- 07 Jul, 2021 1 commit
-
-
Иван Кубота authored
-
- 02 Jul, 2021 2 commits
-
-
Иван Кубота authored
-
Иван Кубота authored
-
- 28 Apr, 2021 1 commit
-
-
Иван Кубота authored
-
- 27 Apr, 2021 1 commit
-
-
Иван Кубота authored
-
- 26 Apr, 2021 1 commit
-
-
Иван Кубота authored
added test for it
-
- 24 Apr, 2021 1 commit
-
-
Иван Кубота authored
DOM: more complex recursive events Store: Working Store.Value.Array binding
-
- 07 Mar, 2021 2 commits
-
-
Иван Кубота authored
-
Иван Кубота authored
-
- 06 Mar, 2021 2 commits
-
-
Иван Кубота authored
-
Иван Кубота authored
-
- 06 Jan, 2021 4 commits
-
-
Иван Кубота authored
-
Иван Кубота authored
-
Иван Кубота authored
-
Иван Кубота authored
-
- 26 Dec, 2020 1 commit
-
-
Иван Кубота authored
-
- 21 Dec, 2020 2 commits
-
-
Иван Кубота authored
-
Иван Кубота authored
-
- 20 Dec, 2020 3 commits
-
-
Иван Кубота authored
-
Иван Кубота authored
-
Иван Кубота authored
-
- 09 Dec, 2020 1 commit
-
-
Иван Кубота authored
D is now a function that wraps querySelector and returns real Array. also if second argument is passed - it would extend element with generic lib rules
-
- 08 Dec, 2020 1 commit
-
-
Иван Кубота authored
-