Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update/GitHub purescript halogen vdom repo #52

Open
wants to merge 60 commits into
base: master
Choose a base branch
from

Commits on Feb 2, 2018

  1. Configuration menu
    Copy the full SHA
    4ff1976 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2018

  1. Configuration menu
    Copy the full SHA
    ef6d2a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76fa2ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee0aa89 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2018

  1. Configuration menu
    Copy the full SHA
    2dfd8e1 View commit details
    Browse the repository at this point in the history
  2. minor fix

    knaman2609 committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    0cb345f View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2018

  1. addChild fix added

    knaman2609 committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    1d45a32 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2018

  1. Configuration menu
    Copy the full SHA
    331aa31 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2018

  1. Configuration menu
    Copy the full SHA
    fe5c257 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from juspay/custom-vdom

    Custom vdom
    ashutoshdas96 authored Feb 9, 2018
    Configuration menu
    Copy the full SHA
    5b8bf69 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2018

  1. Add create element

    jronak committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    ac7b186 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2018

  1. Added new behaviour handler

    das.ashutosh committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    fdec76c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from ashutoshdas96/exp/diffAttr

    Exp/diff attr
    codenirvana authored Feb 20, 2018
    Configuration menu
    Copy the full SHA
    106cd10 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2018

  1. Merge pull request #2 from juspay/custom-vdom-v1

    Custom vdom v1
    ashutoshdas96 authored Apr 13, 2018
    Configuration menu
    Copy the full SHA
    d184cc0 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2018

  1. using __ref.__id for identifying elem

    das.ashutosh committed Apr 19, 2018
    Configuration menu
    Copy the full SHA
    63459c1 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2018

  1. modified buildProp

    ashutosh.das committed May 11, 2018
    Configuration menu
    Copy the full SHA
    a159179 View commit details
    Browse the repository at this point in the history
  2. Fix for adding eventListener during patch

    ashutosh.das committed May 11, 2018
    Configuration menu
    Copy the full SHA
    fc64a84 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2018

  1. Initial commit for behaviour support

    ashutosh.das committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    6097af9 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2018

  1. update for compiler v0.12

    ashutosh.das committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    4511ce8 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2018

  1. f1 not a function runtime error fix

    ashutosh.das committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    4ffdfe9 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2018

  1. Export unsafeEqThunk

    nlander committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    3447b5d View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2018

  1. Expose Thunk constructor

    nlander committed Sep 30, 2018
    Configuration menu
    Copy the full SHA
    fe6e998 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2018

  1. Configuration menu
    Copy the full SHA
    3c52a2a View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2018

  1. Merge pull request #5 from nlander/exposeThunkFeatures

    Expose thunk features
    dilipzotha authored Oct 12, 2018
    Configuration menu
    Copy the full SHA
    f3a01df View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2019

  1. fix for keyed elements

    Ashutosh Das committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    429e50d View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2019

  1. Configuration menu
    Copy the full SHA
    54fd046 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2020

  1. removed direct modification of window variable

    * function are now passed through purescript-presto-dom, which will
      modify window variables.
    * this is done so that parallel invocation can be made possible and
      better reliablity
    Shivam Ashtikar committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    109ff0a View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2020

  1. update dependancies

    JamesGeorg committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    d522ef6 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

  1. Merged in dev/compiler-0.12/pre-rendering (pull request #2)

    removed direct modification of window variable
    
    Approved-by: George James
    Shivam Ashtikar authored and JamesGeorg committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    9a4e956 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. Revert "update dependancies"

    This reverts commit d522ef6.
    JamesGeorg committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    bf7d27e View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. added an Array parameter to replaceView function

    * to keep track of fields removed in patch, param was added
    Shivam Ashtikar committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    d3e22aa View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. Merged in bugfix/PICAF-1445-after-render-props (pull request #3)

    added an Array parameter to replaceView function
    
    Approved-by: George James
    Approved-by: Sachin Sharma
    Shivam Ashtikar authored and JamesGeorg committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    f7d74b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. Configuration menu
    Copy the full SHA
    65003f0 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. PICAF-4761: Changes in micro-app functions

    Nivedita Thakur committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    37878ab View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. Merged in PICAF-4761-fragment-changes (pull request #4)

    PICAF-4761: Changes in micro-app functions
    
    Approved-by: George James
    Nivedita Thakur authored and JamesGeorg committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    d3af463 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    317866f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a362f3 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Configuration menu
    Copy the full SHA
    9731153 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. Configuration menu
    Copy the full SHA
    2faf1f1 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2021

  1. Configuration menu
    Copy the full SHA
    d90ada0 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. Configuration menu
    Copy the full SHA
    1cde868 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. Configuration menu
    Copy the full SHA
    8054ebf View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. Configuration menu
    Copy the full SHA
    4057d5c View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. PICAF-5134 :: Eq instance for PropValue

    - in order to compare properties passed, eq instace was required
    Shivam R. Ashtikar authored and JamesGeorg committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    3bac827 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Configuration menu
    Copy the full SHA
    0099893 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9e753e View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. Configuration menu
    Copy the full SHA
    57687d6 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. Configuration menu
    Copy the full SHA
    6ddde06 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

  1. PICAF-7147 chunking

    Datron committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    6c33b5e View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Configuration menu
    Copy the full SHA
    3033e95 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Configuration menu
    Copy the full SHA
    99b77ae View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Configuration menu
    Copy the full SHA
    b57530e View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

  1. feat: PICAF-18952: Shifted to PS15

    BREAKING CHANGE: Purescript version is changing
    anuragdvd committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    f26a8b8 View commit details
    Browse the repository at this point in the history
  2. chore(release): 3.0.0 [skip ci]

    # [3.0.0](https://bitbucket.org/juspay/purescript-halogen-vdom/compare/v2.0.1...v3.0.0) (2022-12-23)
    
    ### Features
    
    * PICAF-18952: Shifted to PS15 ([f26a8b8](https://bitbucket.org/juspay/purescript-halogen-vdom/commits/f26a8b8274289ba00134378990597f05c3751aa3))
    
    ### BREAKING CHANGES
    
    * Purescript version is changing
    Jenkins User committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    ac3847a View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2022

  1. fix: PICAF-19117: adding branch rule to jenkins

    With this change. We can enable compilation on all PR. And we would know about compilation status
    before merging PR.
    avi892nash-juspay committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    b0aa985 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. Configuration menu
    Copy the full SHA
    14201f0 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. Configuration menu
    Copy the full SHA
    ad1d72e View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. chore(release): 3.0.2 [skip ci]

    Jenkins User committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    3130c57 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Configuration menu
    Copy the full SHA
    62e0624 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. chore: PICAF-19932: updating Git credentials in Jenkinsfile

    Shivam Ashtikar committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    a5c668e View commit details
    Browse the repository at this point in the history