811 コミット (042fbbe5da95ade5c7acec608beb4280da539c06)
 

作成者 SHA1 メッセージ 日付
  Phillip Johnsen 042fbbe5da Add separate CI job for linting 5年前
  Phillip Johnsen 4dbc88deb7 Extract usage tests into separate GitHub Actions workflow 5年前
  Phillip Johnsen a11bfc8f7c Move Node.js 8 alongside other legacy Node.js versions in CI 5年前
  Phillip Johnsen b9e113f450 Fix GitHub checkout action configuration to pull submodules 5年前
  Phillip Johnsen 1ff17aae7c Include mustache spec tests in CI by checking out submodules 5年前
  Phillip Johnsen de09ecaa56 Run tests on Node.js 14 & 15 as well 5年前
  Phillip Johnsen 36edf6874b Only keep Node.js 8 with browser usage tests on Travis CI 5年前
  Phillip Johnsen 2502fdfadd Updated deno usage test to avoid use of deprecated URL 5年前
  Phillip Johnsen 67c39b89af :ship: bump to version 4.1.0 5年前
  Sophie Kirschner 224fe3a23e Use outstanding isArray function in new render config object code 5年前
  Sophie Kirschner 862e497c25 Fix behavior when rendering lambda sections & add regression test 5年前
  Sophie Kirschner 37fdf8163c Add test coverage for new render config object parameter 5年前
  Sophie Kirschner 9891d4f40a Render function now recognizes a config object argument 5年前
  Sophie Kirschner 67eb95cf5f Fix eslint failure in test/partial-test.js 5年前
  Sophie Kirschner eb523bdfa1 Modify build command so that mustache.js can be built on Windows 5年前
  Phillip Johnsen 4b7908f5c9
Use zero instead of 0 in blocks README example 5年前
  Pierre Carru 05a8345340 readme: sections can be rendered 0 times 9年前
  Frieder Bluemle a7f1c3dde9 Update and simplify package.json 6年前
  Frieder Bluemle 3182bd1dc6 Add .idea to .gitignore 6年前
  urain39 4dc00b8a9c
Optimize `Writer.prototype.escapedValue` for numbers (#754) 6年前
  Phillip Johnsen 65af14d1e0 Update deno version from v0.21 -> v1.0.0 in usage tests 6年前
  Tim Gates b747b922df
docs: Fix simple typo, skiped -> skipped (#749) 6年前
  Phillip Johnsen 1de94bbdd3 :ship: bump to version 4.0.1 6年前
  Ricardo Aielo f3bd88837e
Fix custom delimiters in nested partials (#739) 6年前
  Phillip Johnsen aca97b82c8 :ship: bump to version 4.0.0 6年前
  Phillip Johnsen f3012a2477
Remove mustache.to_html() (#735) 6年前
  Phillip Johnsen 5938104ba7
Use fetched template in usage example 6年前
  Phillip Johnsen 3bdd27c4e7
Add a section about TypeScript defs in README 6年前
  Phillip Johnsen 7f94f138cb
Move CLI and contribute section down in README 6年前
  Phillip Johnsen 39ee6ffc2c
Point out it's a zero-dependency package in README 6年前
  Phillip Johnsen c41045baf8
Removing the rtype API definitions from README 6年前
  Phillip Johnsen bd742d5080
Add response.text() from fetch() in README example 6年前
  Phillip Johnsen 185fd6be94
Update usage examples to not include jQuery 6年前
  Andrew Leedham e77fc7c7e8 Allow template caching to be customised (#731) 6年前
  Phillip Johnsen 8e52a4ac6c :ship: bump to version 3.2.1 6年前
  Eamonn O'Brien-Strain aaaa94f4f3 Allow JavaScript views to have the .cjs suffix. 6年前
  Phillip Johnsen 70d3e7ec4e :ship: bump to version 3.2.0 6年前
  Phillip Johnsen 492d6838a8 :ship: bump to version 3.2.0-beta.0 6年前
  Phillip Johnsen f8d7a8df2a Improve pre-commit hook keeping version in sync to handle beta versions 6年前
  Phillip Johnsen 86fa37d39d Bump .version in mustache.js in git hook when version has changed 6年前
  Phillip Johnsen e0a36313ce Add CI test verifying native ES Module usage for Node.js 6年前
  Phillip Johnsen ddad1a7112 Add CI test to verify build output is in sync with source (.js vs .mjs) 6年前
  Phillip Johnsen b72d1a3b6c Add CI test verifying Mustache works with Deno 6年前
  Vincent LE GOFF c28d73b530 Make mustache.mjs work with Deno 6年前
  Phillip Johnsen f25abbea8b Introduce build step to generate `.js | .min.js` from `.mjs` 6年前
  Phillip Johnsen b523b16517 Turn source code into a plain ES module without UMD wrapper 6年前
  Phillip Johnsen abc3984fad Renamed mustache.js -> mustache.mjs to transition to being an ES module 6年前
  Phillip Johnsen 9452eafd64 Add CI test verifying Mustache works in browser as AMD w/RequireJS 6年前
  Phillip Johnsen 05e3ba0bbc Add CI test verifying Mustache works in browser's global scope 6年前
  Phillip Johnsen 5da75de241 Add CI test verifying Mustache works with CommonJS 6年前