Skip to content

Releases: plentico/plenti

v0.1.11

27 May 01:07
Compare
Choose a tag to compare

Changelog

966745c Remove snapcraft action.

v0.1.10

26 May 23:15
Compare
Choose a tag to compare

Changelog

8539e2d Use stable channel for snapcraft.

v0.1.3

16 May 03:53
Compare
Choose a tag to compare

Changelog

4b101df Add assets dir (Fix #6).
d6d3bca Add component helper + dynamic import to gopack (Fix #9).
eadda21 Add copy to clipboard.
b39119b Add fav and logo.
11e4d7a Add optional logging with verbose flag.
68de6d9 Add optional param to run benchmark without presence of flag.
8e88fe5 Collect time & messages to check for benchmark flag.
7f50294 Consolidate timers into benchmark function.
94908ee Fix async component syntax.
e003037 Merge pull request #1 from plentico/master
d7af71a Merge pull request #17 from stephanieluz/master
26dc48c Merge pull request #23 from plentico/issue-12
b793adc Run benchmark with function call instead of bundling messages.
5c219f2 Simplify benchmark and add comments.
3e96983 Update README.md
36cdbba Update starter theme style.
b6bbfd1 Update template reference style.

v0.1.2

07 May 18:11
Compare
Choose a tag to compare

Changelog

b1796fa Add windows support (closes #16).

v0.1.1

07 May 02:30
7614115
Compare
Choose a tag to compare

Changelog

69a6f70 Add Layout info to README
947ae30 Add type info to README
b9658a1 Create README.md
5f77529 Fix build with ejected files in project root.
7614115 Fix typos in README
e703c38 Goreleaser init.
2afd290 Merge pull request #10 from stephanieluz/issue-8
c3b286a Merge pull request #11 from plentico/move-ejected
e8407f1 Remove redundant checks for build dir.
0d91e7e Stop watching build dir.
0ab59c0 WIP: move ejected to project root.

v0.1.0

05 May 18:06
Compare
Choose a tag to compare

Changelog

b5130c2 Warn when overwriting previously ejected files (close #5).
cb3d29f Move eject file writing into separate func.
6d8feb5 Make sure file in list exists before ejecting.
f12cc32 Add eject file writing for --all flag and individual file list.
32a9e28 Add confirmation step and write ejected file to fs.
5ca36a6 Created ejectable file select list.
8db48bd Add promptui mod.
41ceb29 Eject command scaffolding.
d9b55a8 Add eject cmd.
1eb3aed Clean up temp ejected files.
5fb8fa9 Temp file write for ejectable core.
ed86f81 Generate 'ejected' string literals.
8c6e65c Stop requiring custom title field in footer default (close #4).
2cd1bff Create type layout.
4d2b7f9 Create type in content dir.
cdc4daa Cobra add type --parent=newCmd.
8d7a25c Make loading 404.svelte optional.
3c7c3f1 Allow passing json data to 404 page.
73f0b0c Fix 404 handling in navaid.
ec7bff8 Fix router so var checking is not needed between type transitions.
4f47026 Fix 404.
4879e70 Better build comments.
7cf702a Add comments.
536aebb Display all event detection messages.
9e0b8a0 Run build only on batched interval regardless of event type.
1e07b7e Add ticker for batching events.
3d965d1 Simplified fix for double firing events in watcher.
d841ed4 Attempt to batch double firing events.
ff81bf0 Clean out build dir and remove from file watcher.
b27204f Add file removal event to watcher and clean up (Fix #1).
73ee9f8 Fix logic so file watcher actually skips the build directory.
0b625ec Get file watcher working on first change.
66c422f Create release.yml
9e91f8a Redirect to paths without trailing slash client-side.
8e95830 Remove 404 flash when hydrating.
76af7a3 Use pretty urls for spa routes.
947a811 Update router to allow spa path without trailing slash.
8a47c0f Remove snowpack.
4c0e419 Fix route prop so static render works.
2f56793 Remove file ext string replacements in node.
2b11aae Fix router so it points to build file extentions.
a9d45c1 Gopack: update regex to find multiline import statements.
e5f3dba Gopack: add file ext replacements and remove in node script.
04c6417 Gopack: overwrite correct import statement only.
9ac9e39 Gopack: write import to file in DRY manner.
941c83c Gopack: replace only import path, not all strings.
485fd7f Gopack: add named imports and surround path with quotes.
f4ab4ca Gopack: add comments.
1d1994c Gopack: write updated import to filesystem.
1906b6b Gopack: update import statement.
40a6f2c Gopack: check if import path exists.
8a43aec Gopack: clean up.
d591e89 Gopack: copy .mjs files to web_modules/.
3c9ba0f Update router naming conventions.
1f2c01c Remove data_source helper and get nodes directly.
342b411 Simplify data_source methods.
ee496da Stop hard coding routes in navaid.
f1ad31e Add 404 handling and trailing slash to client routes.
af27cb1 Remove old build scripts.
e43c31f Minor default content updates.
cc2201f Add date sorting script for recent blog posts.
53192c2 Start updating default content.
af9369f Fix urls so each node uses an index.html file.
371e6c5 Remove sirv npm dependency.
87b65ee Pass layout filenames and have node read file contents.
c287c57 Regex remove comments but breaks urls (e.g. https://).
7f49ae1 Decode html entities in nodejs.
e88e146 Process js after compiling to find svelte internals.
a915a50 Inject style and hydrate ID into HTML.
9c4e08e Get html building to correct path.
c50700d Update reader to get slug overrides for types.
0e234f6 Fix destPath and add placeholder blog posts.
9642e68 Producing some HTML, wrong dir structure.
3f13b61 Format nodes.js output.
61a5a43 Start creating static build string.
1505cdd Gather nodeList info.
0e0b710 Only run snowpack once.
0596706 Remove parsing node return values on split and file system writing.
2d11d57 Send string JS obj to nodejs.
d48d790 Broken: attempt to send JS object as string to nodejs.
c40c1d5 Remove goroutine for compiling svelte.
2a9e4c6 Time exec.Command for svelte compiler.
8c98790 Put svelte compile into goroutine.
15f52cc Test go vs node script performance.
b082d42 Output some metrics for build.
52bb624 Add basic timers for build.
93294ce Build client in walk through files to elimate extra loop.
abb191e Check bundle.css exists before deleting so client build runs.
789f2a0 Set content type and filename in data source.
b5ff657 Start generating data sources.
de8859e Remove old style before building new css.
ac395f8 Bundle css with client.
15f3c7e Separate client and static builds.
aa2d21a Fix snowpack by excluding build files.
f38f97f Update error messages.
4366542 Build basic client spa app.
41f136f Run snowpack and fix errors in defaults.
e4067fb New defaults + go generate.
c452c18 Run npm install and static build script from go.
f86a634 Remove template literal from defaults.
fe5cd3f Update defaults for creating static html.
afe61dd Update cobra and viper dependencies.
0a200db Remove per file license notices.
897bf7e Update license notices.
51f6a24 Only create directories needed by default files.
0a016b8 Update site cmd to use generated defaults.
68a36e3 Move all defaults to generator.
17dabc0 Get basic generator working.
c76ec06 Convert react to svelte.
51aec69 Separate routes.js.
95ee95b Implement basic react-router-dom.
05490fc Setup separate entry point.
0f55b12 Fix container target and add Head component.
22db5dc Use hydrate instead of render.
1524507 Add flag to allow disabling build on serve cmd.
30a8f25 Set port in separate func.
de8facb Set buildDir in separate func.
cbacc97 Add dir flag to serve command.
4e5d383 Add build cmd to serve cmd.
bb43195 Add port flag to serve command.
15b4203 Set default port in reader.
8b9a6c3 Add dir flag to build command.
f3ba072 Read config for build command.
fbd15de Create readers package.
a2d0691 Fix creating folders and files.
281a1b7 Placeholder build command.
cace1fd Add webpack and babel.
f522b7c Add vendor defaults.
963e5be Format error output.
7d5bef3 Make port configurable.
7ba44d7 Better error handling for server.
7dedeb8 Read build dir from config.
668e85e Fix config scaffolding.
71bd150 Add serve command.
39166e5 More defaults.
bb296f3 Break defaults into separate files.
0071cd1 Move defaults to separate file.
e5afd9d Add more page templates.
8a6e8af Create default config.
eee82f8 Start creating dir structure.
2bfd1e7 Add name arg for site command.
e42dfae Add site command.
b853caa Update command desc.
f6e5f77 Initial commit.