/Light_Nugget

A service to fetch nuggets.

Primary LanguagePHP

Light_Nugget

2020-08-21 -> 2021-03-15

A service to fetch nuggets.

This is a Light plugin.

This is part of the universe framework.

Install

Using the planet installer via light-cli

lt install Ling.Light_Nugget

Using the uni command.

uni import Ling/Light_Nugget

Or just download it and place it where you want otherwise.

Summary

Services

Here is an example of the service configuration:

nugget:
    instance: Ling\Light_Nugget\Service\LightNuggetService
    methods:
        setContainer:
            container: @container()





History Log

  • 1.3.12 -- 2021-05-31

    • Removing trailing plus in lpi-deps file (to work with Light_PlanetInstaller:2.0.0 api
  • 1.3.11 -- 2021-05-11

    • Update deps (by CommitWizard).
  • 1.3.10 -- 2021-05-10

    • Fix assets missing.
  • 1.3.9 -- 2021-03-15

    • update planet to adapt Ling.Light:0.70.0
  • 1.3.8 -- 2021-03-09

    • update documentation, extend the concept of planet to planetDotName in general
  • 1.3.7 -- 2021-03-05

    • update README.md, add install alternative
  • 1.3.6 -- 2020-12-08

    • Fix lpi-deps not using natsort.
  • 1.3.5 -- 2020-12-04

    • Add lpi-deps.byml file
  • 1.3.4 -- 2020-12-03

    • update documentation, add "light execute notation" section
  • 1.3.3 -- 2020-10-15

    • update LightNuggetService->getNuggetByPath method, now resolve light execute notation by default
  • 1.3.2 -- 2020-10-02

    • update LightNuggetService, add getNuggetByPath method
  • 1.3.1 -- 2020-09-24

    • update LightNuggetService, add getNuggetDirective method
  • 1.3.0 -- 2020-09-21

    • update variables resolution system, now use percent notation to avoid conflict with babyYaml mappings
  • 1.2.10 -- 2020-09-21

    • update conception notes suggestion path
  • 1.2.9 -- 2020-09-18

    • update conception notes toc
  • 1.2.8 -- 2020-09-15

    • add variables replacement mechanism
  • 1.2.7 -- 2020-09-14

    • fix LightNuggetService->checkSecurity not working (loose implementation)
  • 1.2.6 -- 2020-09-14

    • add security.handler_params directive
  • 1.2.5 -- 2020-09-14

    • update LightNuggetService->checkSecurity, now takes the whole nugget instead of the security bit (cancelling last commit).
  • 1.2.4 -- 2020-09-14

    • update LightNuggetService->checkSecurity, now takes the security bit instead of the whole nugget.
  • 1.2.3 -- 2020-09-14

    • add LightNuggetService->checkSecurity method.
  • 1.2.1 -- 2020-08-25

    • update LightNuggetService->getNugget docBlock comment.
  • 1.2.0 -- 2020-08-24

    • update conception notes, add security recommendation, made LightNuggetService->getNugget method a little more secure
  • 1.1.0 -- 2020-08-24

    • update conception notes
  • 1.0.1 -- 2020-08-21

    • update doc (forgot to configure docTools)
  • 1.0.0 -- 2020-08-21

    • initial commit