Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits · v1.3.5
spacl-yaml
Browse files
Apr 02, 2020
chore(release): 1.3.5
· 8a47f8a5
AdrianT
authored
Apr 02, 2020
View commits for tag v1.3.5
v1.3.5
8a47f8a5
tweak: Switched to returning PolicyMap from parse functions.
· 77028122
AdrianT
authored
Apr 02, 2020
77028122
chore(deps): Updated dependencies.
· 51098fc4
AdrianT
authored
Apr 02, 2020
51098fc4
Mar 29, 2020
chore(release): 1.3.4
· f0f71f16
AdrianT
authored
Mar 29, 2020
View commits for tag v1.3.4
v1.3.4
f0f71f16
chore(build): Added CI step to publish on release tags.
· c5864aa0
AdrianT
authored
Mar 29, 2020
c5864aa0
chore(build): Fixed npm complaining about permissions in CI.
· 65a8e6df
AdrianT
authored
Mar 29, 2020
65a8e6df
chore(build): Fixed CI audit failing on dev dependencies; switched to using 'npm ci'.
· 7b5aca3b
AdrianT
authored
Mar 29, 2020
7b5aca3b
chore(build): Fixed linter missing files; renamed lint script to 'lint'.
· 313e8d67
AdrianT
authored
Mar 29, 2020
313e8d67
chore(deps): Updated dependencies.
· 6d3a9d56
AdrianT
authored
Mar 29, 2020
6d3a9d56
Jan 27, 2020
chore(release): 1.3.3
· d88322be
AdrianT
authored
Jan 27, 2020
View commits for tag v1.3.3
v1.3.3
d88322be
chore(build): Switched linter to standardx for better TS support.
· fa05ad42
AdrianT
authored
Jan 27, 2020
fa05ad42
chore(build): Updated typescript target to ES2018.
· 2fd6c8d1
AdrianT
authored
Jan 27, 2020
2fd6c8d1
chore(deps): Changed @spacl/core to a peer dependency; relaxed version requirement.
· 3855fe06
AdrianT
authored
Jan 27, 2020
3855fe06
chore(deps): Updated dependencies.
· 2250c7df
AdrianT
authored
Jan 27, 2020
2250c7df
Jan 01, 2020
chore(release): 1.3.2
· 9389b8cb
AdrianT
authored
Jan 01, 2020
View commits for tag v1.3.2
v1.3.2
9389b8cb
fix: Removed redundant 'use strict' from source files.
· 255f154b
AdrianT
authored
Jan 01, 2020
255f154b
chore(docs): Added '@spacl/core' types into typedoc output.
· fd8184ec
AdrianT
authored
Jan 01, 2020
fd8184ec
chore(docs): Added typedoc support with CI deployment to GitLab Pages.
· b504b81c
AdrianT
authored
Jan 01, 2020
b504b81c
chore(release): 1.3.1
· 58bf4596
AdrianT
authored
Jan 01, 2020
View commits for tag v1.3.1
v1.3.1
58bf4596
chore(deps): Updated dependencies.
· a277fd8f
AdrianT
authored
Jan 01, 2020
a277fd8f
Oct 20, 2019
chore(release): 1.3.0
· 080e8d17
AdrianT
authored
Oct 20, 2019
View commits for tag v1.3.0
v1.3.0
080e8d17
chore(deps): Updated dependencies.
· cc6bbb4f
AdrianT
authored
Oct 20, 2019
cc6bbb4f
feat: Added 'stringify' function; converts a set of policies into YAML.
· b3fb278b
AdrianT
authored
Oct 20, 2019
b3fb278b
Oct 13, 2019
chore(release): 1.2.0
· a851bde7
AdrianT
authored
Oct 14, 2019
View commits for tag v1.2.0
v1.2.0
a851bde7
feat: Bumped document version to '1.2' per changes in
459f0bc4
and
8dc53029
;...
· becea7e1
AdrianT
authored
Oct 14, 2019
becea7e1
feat: Support single strings for 'allow' and 'deny' as well as arrays.
· 8dc53029
AdrianT
authored
Oct 13, 2019
8dc53029
feat: Update @spacl/core dependency, use specification version 1.1 by default.
· 459f0bc4
AdrianT
authored
Oct 13, 2019
459f0bc4
chore(release): 1.1.2
· dd9529cc
AdrianT
authored
Oct 13, 2019
View commits for tag v1.1.2
v1.1.2
dd9529cc
chore(deps): Updated dependencies.
· 08903f54
AdrianT
authored
Oct 13, 2019
08903f54
fix(deps): Make dependency on @spacl/core stricter about versions.
· 96ea4b6e
AdrianT
authored
Oct 13, 2019
96ea4b6e
Oct 02, 2019
chore(release): 1.1.1
· 75db1646
AdrianT
authored
Oct 02, 2019
View commits for tag v1.1.1
v1.1.1
75db1646
chore(deps): Updated dependencies.
· 2f7fa826
AdrianT
authored
Oct 02, 2019
2f7fa826
fix: Forgot to increment document version per changes in
4387e973
; bumped to...
· 7a64f2c5
AdrianT
authored
Oct 02, 2019
7a64f2c5
Oct 01, 2019
chore(release): 1.1.0
· e6818812
AdrianT
authored
Oct 01, 2019
View commits for tag v1.1.0
v1.1.0
e6818812
chore(build): Added .versionrc and CC badge.
· 719b3d52
AdrianT
authored
Oct 01, 2019
719b3d52
chore(deps): Updated dependencies.
· 44324ccd
AdrianT
authored
Oct 01, 2019
44324ccd
feat: Multiple rules can now be created at once by using the 'paths' key to...
· 4387e973
AdrianT
authored
Oct 01, 2019
4387e973
feat: Rules governing the same path spec are now automatically merged during parsing.
· 5ca9ecc1
AdrianT
authored
Oct 01, 2019
5ca9ecc1
Sep 29, 2019
chore(release): 1.0.0
· 876e62bb
AdrianT
authored
Sep 30, 2019
View commits for tag v1.0.0
v1.0.0
876e62bb
Initial commit.
· b21eedf8
AdrianT
authored
Sep 30, 2019
b21eedf8
Loading