Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
Loading items

Target

Select target project
  • oss/libraries/javascript/monster
1 result
Select Git revision
Loading items
Show changes

Commits on Source 4

source_url "https://raw.githubusercontent.com/cachix/devenv/d1f7b48e35e6dee421cfd0f51481d17f77586997/direnvrc" "sha256-YBzqskFZxmNb3kYVoKD9ZixoPXJh1C9ZvTLGFRkauZ0="
use devenv
\ No newline at end of file
......@@ -510,3 +510,8 @@ tags
# and uncomment the following lines
# .pnp.*
# Devenv
.devenv*
devenv.local.nix
.direnv
<a name="v3.51.0"></a>
## [v3.51.0] - 2023-06-15
### Changes
- update doc
<a name="v3.50.0"></a>
## [v3.50.0] - 2023-05-24
### Add Features
......@@ -644,6 +650,7 @@
<a name="1.8.0"></a>
## 1.8.0 - 2021-08-15
[v3.51.0]: https://gitlab.schukai.com/oss/libraries/javascript/monster/compare/v3.50.0...v3.51.0
[v3.50.0]: https://gitlab.schukai.com/oss/libraries/javascript/monster/compare/v3.49.0...v3.50.0
[v3.49.0]: https://gitlab.schukai.com/oss/libraries/javascript/monster/compare/v3.48.0...v3.49.0
[v3.48.0]: https://gitlab.schukai.com/oss/libraries/javascript/monster/compare/v3.47.0...v3.48.0
......
{
"name": "@schukai/monster",
"version": "3.49.0",
"version": "3.50.0",
"description": "Monster is a simple library for creating fast, robust and lightweight websites.",
"keywords": [
"framework",
......
......@@ -18,7 +18,7 @@ import {
ATTRIBUTE_UPDATER_REMOVE,
ATTRIBUTE_UPDATER_REPLACE,
ATTRIBUTE_UPDATER_SELECT_THIS,
} from "../dom/constants.mjs";
} from "./constants.mjs";
import { Base } from "../types/base.mjs";
import { isArray, isInstance, isIterable } from "../types/is.mjs";
......
......@@ -59,10 +59,6 @@ class ProxyObserver extends Base {
}
/**
* Get the real object
*
* Changes to this object are not noticed by the observers, so you can make a large number of changes and inform the observers later.
*
* @returns {object}
*/
getSubject() {
......@@ -86,7 +82,9 @@ class ProxyObserver extends Base {
}
/**
* get the proxied object
* Get the real object
*
* Changes to this object are not noticed by the observers, so you can make a large number of changes and inform the observers later.
*
* @returns {object}
*/
......
......@@ -142,7 +142,7 @@ function getMonsterVersion() {
}
/** don't touch, replaced by make with package.json version */
monsterVersion = new Version("3.49.0");
monsterVersion = new Version("3.50.0");
return monsterVersion;
}
{
"name": "monster",
"version": "3.49.0",
"version": "3.50.0",
"description": "monster",
"repository": {
"type": "git",
......
......@@ -7,7 +7,7 @@ describe('Monster', function () {
let monsterVersion
/** don´t touch, replaced by make with package.json version */
monsterVersion = new Version("3.49.0")
monsterVersion = new Version("3.50.0")
let m = getMonsterVersion();
......
{
"nodes": {
"devenv": {
"locked": {
"dir": "src/modules",
"lastModified": 1686642933,
"narHash": "sha256-5Z4uitx27QtZIrG9sOSJlZRNcVQn/TI36nj7o70n5Dw=",
"owner": "cachix",
"repo": "devenv",
"rev": "f5278b5d56e39f86a299a2e1889906933a26f762",
"type": "github"
},
"original": {
"dir": "src/modules",
"owner": "cachix",
"repo": "devenv",
"type": "github"
}
},
"flake-compat": {
"flake": false,
"locked": {
"lastModified": 1673956053,
"narHash": "sha256-4gtG9iQuiKITOjNQQeQIpoIB6b16fm+504Ch3sNKLd8=",
"owner": "edolstra",
"repo": "flake-compat",
"rev": "35bb57c0c8d8b62bbfd284272c928ceb64ddbde9",
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
"flake-utils": {
"inputs": {
"systems": "systems"
},
"locked": {
"lastModified": 1685518550,
"narHash": "sha256-o2d0KcvaXzTrPRIo0kOLV0/QXHhDQ5DTi+OxcjO8xqY=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "a1720a10a6cfe8234c0e93907ffe81be440f4cef",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"gitignore": {
"inputs": {
"nixpkgs": [
"pre-commit-hooks",
"nixpkgs"
]
},
"locked": {
"lastModified": 1660459072,
"narHash": "sha256-8DFJjXG8zqoONA1vXtgeKXy68KdJL5UaXR8NtVMUbx8=",
"owner": "hercules-ci",
"repo": "gitignore.nix",
"rev": "a20de23b925fd8264fd7fad6454652e142fd7f73",
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "gitignore.nix",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1686582075,
"narHash": "sha256-vtflsfKkHtF8IduxDNtbme4cojiqvlvjp5QNYhvoHXc=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "7e63eed145566cca98158613f3700515b4009ce3",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-stable": {
"locked": {
"lastModified": 1685801374,
"narHash": "sha256-otaSUoFEMM+LjBI1XL/xGB5ao6IwnZOXc47qhIgJe8U=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "c37ca420157f4abc31e26f436c1145f8951ff373",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-23.05",
"repo": "nixpkgs",
"type": "github"
}
},
"pre-commit-hooks": {
"inputs": {
"flake-compat": "flake-compat",
"flake-utils": "flake-utils",
"gitignore": "gitignore",
"nixpkgs": [
"nixpkgs"
],
"nixpkgs-stable": "nixpkgs-stable"
},
"locked": {
"lastModified": 1686668298,
"narHash": "sha256-AADh9NqHh6X2LOem4BvI7oCkMm+JPCSCE7iIw5nn0VA=",
"owner": "cachix",
"repo": "pre-commit-hooks.nix",
"rev": "5b6b54d3f722aa95cbf4ddbe35390a0af8c0015a",
"type": "github"
},
"original": {
"owner": "cachix",
"repo": "pre-commit-hooks.nix",
"type": "github"
}
},
"root": {
"inputs": {
"devenv": "devenv",
"nixpkgs": "nixpkgs",
"pre-commit-hooks": "pre-commit-hooks"
}
},
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
}
},
"root": "root",
"version": 7
}
{ pkgs, config, lib, ... }:
{
# https://devenv.sh/basics/
#env.GREET = "devenv";
# https://devenv.sh/packages/
packages = [
pkgs.git
pkgs.gnumake
pkgs.emacsPackages.pnpm-mode
pkgs.nodejs_20
];
certificates = [
"localhost.monsterjs.org"
];
hosts = {
"localhost.monsterjs.org" = "127.0.0.1";
};
languages.javascript = {
enable = true;
package = pkgs.nodejs_20;
corepack.enable = true;
};
# See full reference at https://devenv.sh/reference/options/
}
inputs:
nixpkgs:
url: github:NixOS/nixpkgs/nixpkgs-unstable
{"version":"3.50.0"}
{"version":"3.51.0"}