Skip to content

Releases: suvash/nepalify

v0.5.0

02 Mar 17:19
0f6ff54
Compare
Choose a tag to compare
  • Merge pull request #11 from suvash/add-traditional-layout-and-refactor 177f183
  • Update documentation b99cad4
  • Add test workflow b61e427
  • Update changelog da95349
  • Test availableLayouts manually in the example page 0c508f3
  • Expose availableLayouts in the root object 464cbb0
  • Extract dom manipulation functions to separate module 3ba59e4
  • Extract format fn to separate module 5071640
  • Rename to defaultLayout 18d384a
  • Use new APIs in the example page as well 7541bd0
  • Use the improved layouts API 4c8be9d
  • Prefer code that's easier to read 16a245d
  • Add functions to layouts module for a cleaner API 5448a96
  • Dry the common format function 416c5b5
  • Update example page for manual testing 047bd5a
  • Make 'traditional' layout available 7a027dc
  • Restructure romanized map and tests for better readability 2623570
  • Add a new 'traditional' layout with formatKey tests 32ab3a2
  • Apply formatting and some cleanup 044933c
  • Merge branch 'ansumsingh-unittests' 4883672
  • Add contribution graph section d993416
  • Update all dependencies except webpack things 85c1222
  • Update changelog 0912701
  • Update the Readme with development instructions 0d3346b
  • Update romanized tests to use expect style assertions 52a8a3c
  • Add test for layouts modules 0324343
  • Extract keys out to helper files and use js style code for assertion 983f2c4
  • Convert tests to use ESM style imports 2df34d2
  • Rename and relocate tests similar to src folder structure fe54d00
  • Require tests directly from relative links cb4f23e
  • Some formating ae850f0
  • Added new line at the end of the file a2e8ff9
  • update documentation for building and testing the package. 5a8d27a
  • Added undefined case as well 4640ee0
  • Added test for validating expected output. f214b4e
  • added files for test 074d498
  • Installed mocha test framework 409654c
  • Update readme with latest release version 34d20e5
  • Update changelog for 0.4.2 5a5a48c

v0.4.2...v0.5.0

v0.4.2

15 Feb 17:29
d7a71af
Compare
Choose a tag to compare
  • Merge branch 'update-dependencies' dab9369
  • Include cjs production minified in the build as well 6b485ee
  • Update all dependencies and audit except webpack a0b5523
  • Update changelog for 0.4.1 07ef1cd

v0.4.1...v0.4.2

v0.4.1

17 Jun 21:36
v0.4.1
c84296a
Compare
Choose a tag to compare
  • Allow np to release from any branch c453d40
  • Replace master with main 9e1a934
  • Update all npm depedencies 6adf83e
  • Update dependencies 90ee007
  • Add CJS and ES6 import examples 37a2fc1
  • Update README.md beb88ea
  • Add correct links in changelog 1b7de7f
  • Add a section for example projects 405cbc7
  • Better release script 6d65007
  • Add information on disabling autocompletion/correction spellcheck etc f2428cd
  • Update README.md d9a21a6
  • Update README.md c68b732
  • Update changelog 5dc2b52

v0.4.0...v0.4.1

First Npm release after bringing the package back from death

23 Apr 19:13
v0.4.0
b768446
Compare
Choose a tag to compare
  • Add initial documentation 9a19f63
  • Use np for better release d3a8d23
  • Start at version 0.3.0, that was the last legacy version 8f95720
  • Add files in preparation for package release e6da1e7
  • Add a changelog 34ec79c
  • For unpkg bare url use the umd production build a4308e8
  • For ES6 module imports use the source directly 695936b
  • For main, use the commonjs builds 0e43b93
  • Also include mode in the build files 8f97c4d
  • linted example file 9044fbf
  • Update webpack to create umd and commonjs2 builds b2d5ce1
  • Add a readme a682b7b
  • Use update API in example 3ae5163
  • Change API to inteceptElementById (close to getElementById) 0ed78ee
  • Add a license 1e03383
  • Prettier and ESLint working together now 63b6c37
  • Extends eslint to disable prettier rules 9b3c392
  • Added eslint fixes 788a711
  • Added standard eslintrc 33cfeac
  • Added eslint package 7eea621
  • Prettier formatted code dd757a2
  • Remove chunkoptimisation and add umdNamedDefine in bundle 635191b
  • Api almost finalized for initial release e51bfc4
  • Reorganization for library development and consumption d4703bf
  • More directives for bundling for old browsers adef1eb
  • Used escaped representation so that it doesn't get compressed away 07d082a
  • Enough functionality to get it working on modern browsers 8931feb
  • Add basic usage of the api - until we have tests f58ba27
  • Add code for romanized nepali formatting a1a808e
  • Delete test example 3ec3d3c
  • First commit - basic working environment 01f1069

ef47bce...v0.4.0