Skip to content

Releases: JamieSlome/polyfig

v1.4.0

28 Dec 18:46
Compare
Choose a tag to compare
  • feat(sum-array): new func with unit tests and re-gen of nuxt content 190568e
  • feat(ends-with): added functionality with unit tests and nuxt content re-gen e9038ad

v1.3.0...v1.4.0

v1.3.0

28 Dec 15:32
Compare
Choose a tag to compare
  • docs(content): updating nuxt content to reflect new function and version 41e76e9
  • feat(add-object-property): new function with unit tests for adding a new property to an object 5f1eb22
  • docs(keywords): adding keywords to nuxt.config.js meta array eab2f23
  • docs(seo): adding meta tag information for open graph and twitter to config 729921e
  • fix(favicon): changing favicon from png to ico 1125c3a
  • docs(readme): cleaning up format of main repo readme febad4c
  • feat(hide): added hide show feat to index for util boxes 9d14fa6
  • fix(style): fixing padding for default hero and fix for whitespace on mobile f941072
  • feat(search): adding a working search bar which filters any metadata item for each util 16ce4d0
  • refactor(nav): moving nav from default to index page to allow searchh 9ca0f31
  • fix(vue): renaming key for util page component 757fe19
  • style(logo): re-size for reduced pixelation and better formatting on mobile e9d3499
  • style(search-button): making the search button sexier c76bb9c
  • fix(dir): correcting dir ref for write in docToJson 5e88f45
  • style(search): making text inside search bar thinner 539d49d
  • fix(tools): correcting reference to readfile with valid dir ref 3fa3cf9
  • fix(config): renaming icons to imports for font awesome module be3f29e
  • fix(ci): renaming ci step and fixing docToJson dir ref 6293785
  • feat(docs): adding docs homepage with list of functions using nuxt content c39c356
  • feat(default): adding nav and footer with nuxt content to spa 5fd839a
  • build(font-awesome): adding font-awesome as dev dependencies to nuxt f137ff5
  • style(font-awesome): adding font awesome as a module to nuxt 66b2f7c
  • build(content): defined content json to populate docs through nuxt fbb3d85
  • style(tailwind): adding custom fig color to tailwind config setter 014fdaa
  • ci(docs): re-generates nuxt util content in docs CI 827495a
  • refactor(clean): removing deprecated files from docs nuxt a1f42aa
  • build(docs): created script to convert js docs to json for nuxt content 5b5cd68
  • docs(capitalise): correcting error on params for jsdocs b276ee2
  • docs(format): updated format of jsdocs for each function and defined func export explicitly acdaab2
  • style(readme): updating the order of information on readme 1f4fcaf
  • fix(favicon): correct favicon is generated through nuxt and served to the client 1e3c018
  • docs(style): adding npm install command to default layout with tailwind css 85a8fd6
  • docs(format): cleaning up default.vue for layouts and importing relevant images 6d7130d
  • docs(meta): changing the type of favicon from icon to png 2798947
  • docs(meta): adding meta description and correcting favicon 0459767
  • refactor(components): removed readme in nuxt components folder b4bcdcd
  • build(ci): change publish_dir to include docs directory 5779fa5
  • build(nuxt): revert router to polyfig base 788bbc9
  • fix(nuxt): adding polyfig/docs to base of the router 438f8c9
  • docs(readme): removing readme from docs root 0c35243
  • build(ci): use npm instead of yarn to call nuxt generate a955d8f
  • style(format): cleaning up code format for readability of Logo.vue e9355ea
  • ci(build): removing publish_branch from docs github actionn 8fae421
  • style(code): formatting code in default.vue for readability decb697
  • docs(ci): making the publish branch for nuxt generated docs main 667ee27
  • docs(format): clean up code spacing format for readability 3e41d3e
  • ci(build): changed runs-on to latest ubuntu version 9c9479d
  • style(format): formatting index.vue for better code spacing and readability 6aaf438
  • build(ci): correct working directory to docs without / 0eeadac
  • build(ci): format name of docs action 09a709c
  • build(ci): rename the job to docs from cd 4ec035c
  • docs(build): removing deploy script from package.json in docs 6c625e2
  • build(docs): rename build github action to docs 90906f4
  • build(actions): created action to deploy nuxt dist and removed local deploy b637f11
  • docs(nuxt): created nuxt + tailwind css boilerplate for docs generation ea4a123

v1.2.0...v1.3.0

v1.2.0

23 Dec 07:25
Compare
Choose a tag to compare
  • docs(versions): adding since tags to all function docs 7112d9f
  • feat(only-unique-values): add new functionality with unit tests f7d765c
  • feat(size-of-object): added new functionality with unit tests 2cd9a9d
  • feat(merge-objects): adding functionality for merge with unit tests ae9c37a
  • feat(sort-array-by-key): added new function with unit tests 49a7beb
  • feat(is-key-in-object): checks if a key exists inside of an object febe608
  • feat(is-object-empty): validates that an object is empty ba505da
  • feat(capitalise): adding function to capitalise first letter of string 8a00b46
  • refactor(since): removed since tag from function definitions 4848ff9
  • feat(is-email): adding function to validate an email 10f4fe5

v1.1.0...v1.2.0

v1.1.0

22 Dec 09:10
Compare
Choose a tag to compare
  • feat(delete-from-obj): introducing new method with unit tests 5a57cc3

v1.0.2...v1.1.0

v1.0.2

21 Dec 19:00
Compare
Choose a tag to compare
  • feat(remove-from-array): added new func to remove all of specific item from array 7e580c8

v1.0.1...v1.0.2

v1.0.1

21 Dec 18:18
Compare
Choose a tag to compare
  • fix(remove-from): rename removeString and fix unit tests 883c90e
  • docs(favicon): adding a favicon image to the head of docs ecf9376
  • docs(style): removing coming soon and explicit centering 6797435
  • docs(index): centering in the middle of the screen 484ab68
  • docs(style): fixing color css on docs front page b881ecf
  • docs(readme): updating readme descriptions 2016c0b
  • docs(keywords): adding relevant keywords into package.json 2b63ba1
  • docs(description): updating the description of the package 3f6ffa6
  • docs(refactor): removed heavy bloat code in favour of implementing nuxt contents and docs + tailwind 531bcd1
  • docs(style): changing name of hyperlink on repeatable directory list 9607934
  • Update index.md 527ca38
  • Update index.md 99fb6d0
  • docs(utils): listing functions on utilities page a239b95
  • docs(utils): adding utils url to all function pages c413aae
  • docs(images): ensure logo loads on all pages for polyfig 9d01458
  • docs(padding): added padding above content and introduced common header to all pages a2a4884
  • docs(header): making a common header in the layouts d1679fc
  • docs(layouts): removing open source footer through custom layout d89125e
  • docs(layouts): adding custom layout for github pages 9cf8a5b
  • docs(title): removing title from all pages in docs 8fac27a
  • docs(npm): adding hyperlink to npm badge ba2089e
  • docs(ghp): adding new pages for utils and existing functions 24db672
  • docs(utils): adding an index to utils github pages folder c3fcef6
  • docs(utils): adding utils docs folder with pages 7b1c2ea
  • docs(ghp): removing config file for default theme in docs 63bc43d
  • Set theme jekyll-theme-minimal 0307106
  • docs(spacing): removing unnecessary spacing in .md 1fdf1ba
  • Merge branch 'main' of https://github.com/JamieSlome/polyfig into main 8cbda37
  • docs(readme): updating both readme and index in docs to match 9503f48
  • Update index.md b000178
  • docs(readme): updating docs index.md and README.md f907517
  • Update index.md aba38e1
  • Update codeql-analysis.yml 0dfa5f4
  • Delete CNAME b7df7ac
  • Update CNAME 185f933
  • Create CNAME 5a81ce1
  • Create index.md ce38f80

v1.0.0...v1.0.1

v1.0.0

20 Dec 10:28
Compare
Choose a tag to compare

v0.0.1-0...v1.0.0

v0.0.1-0

19 Dec 08:48
Compare
Choose a tag to compare
v0.0.1-0 Pre-release
Pre-release
  • test(mocha): adding mocha and chai test frameworks with first test 409b603
  • feat(lint+prettier): adding code quality control with eslint (google) and prettier bb99327

v0.0.0...v0.0.1-0

v0.0.0

18 Dec 22:27
Compare
Choose a tag to compare

This release includes various initial files to set up the repository and npm package.